#D5AFAB

Color #D5AFAB Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #D5AFAB

Tints of Oyster Pink #D5AFAB

Color information

#D5AFAB (or 0xD5AFAB) is unknown color: approx Oyster Pink. HEX triplet: D5, AF and AB. RGB value is (213,175,171). Sum of RGB (Red+Green+Blue) = 213+175+171=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AFAB is #2A5054. Grayscale: #B9B9B9. Windows color (decimal): -2773077 or 11251669. OLE color: 11251669.

HSL color Cylindrical-coordinate representation of color #D5AFAB: hue angle of 5.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AFAB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213175171-
CMYK00.180.200.16
HSL5.71º33.33%75.29%-
HSV(B)5.71º19.72%83.53%-
XYZ50.1247.7545.1-
YUV185.91119.59147.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=38.10%
G=31.31%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317517100.180.200.165.7133.3375.29
HexD5AFAB01214106214b
Octal3252572530222420641113
Binary11010101101011111010101101001010100100001101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFAB; }

 p { color: rgb(213,175,171); }

 H1.HeaderClassName
 {
   color: #D5AFAB;
 }
 .AnyTagClassName
 {
   color: #D5AFAB;
 }
</style>
background-color css

<style>
 a { background-color: #D5AFAB; }

 a { background-color: rgb(213,175,171); }

 div.DivClassName
 {
   background-color: #D5AFAB;
 }
 .BgClassName
 {
   background-color: #D5AFAB;
 }
</style>
border-color css

<style>
 span { border-color: #D5AFAB; }

 span { border-color: rgb(213,175,171); }

 td.TdClassName
 {
   border-color: #D5AFAB;
 }
 .TagClassName
 {
   border-color: #D5AFAB;
 }
</style>