#DCAFAA

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

Shades of Oyster Pink #DCAFAA

Tints of Oyster Pink #DCAFAA

Color information

#DCAFAA (or 0xDCAFAA) is unknown color: approx Oyster Pink. HEX triplet: DC, AF and AA. RGB value is (220,175,170). Sum of RGB (Red+Green+Blue) = 220+175+170=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFAA is #235055. Grayscale: #BBBBBB. Windows color (decimal): -2314326 or 11186140. OLE color: 11186140.

HSL color Cylindrical-coordinate representation of color #DCAFAA: hue angle of 6º 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 #DCAFAA is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220175170-
CMYK00.200.230.14
HSL41.67%76.47%-
HSV(B)22.73%86.27%-
XYZ52.148.7844.7-
YUV187.88117.91150.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=38.94%
G=30.97%
B=30.09%

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
Decimal22017517000.200.230.14641.6776.47
HexDCAFAA01417E62a4c
Octal3342572520242716652114
Binary1101110010101111101010100101001011111101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFAA; }

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

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

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

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

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

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

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

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