#DCAFA9

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

Shades of Oyster Pink #DCAFA9

Tints of Oyster Pink #DCAFA9

Color information

#DCAFA9 (or 0xDCAFA9) is unknown color: approx Oyster Pink. HEX triplet: DC, AF and A9. RGB value is (220,175,169). Sum of RGB (Red+Green+Blue) = 220+175+169=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA9 is #235056. Grayscale: #BBBBBB. Windows color (decimal): -2314327 or 11120604. OLE color: 11120604.

HSL color Cylindrical-coordinate representation of color #DCAFA9: hue angle of 7.06º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAFA9 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220175169-
CMYK00.200.230.14
HSL7.06º42.15%76.27%-
HSV(B)7.06º23.18%86.27%-
XYZ52.0148.7444.2-
YUV187.77117.41150.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=39.01%
G=31.03%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017516900.200.230.147.0642.1576.27
HexDCAFA901417E72a4c
Octal3342572510242716752114
Binary1101110010101111101010010101001011111101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFA9; }

 p { color: rgb(220,175,169); }

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

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

 a { background-color: rgb(220,175,169); }

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

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

 span { border-color: rgb(220,175,169); }

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