#DFAFAB

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

Shades of Cavern Pink #DFAFAB

Tints of Cavern Pink #DFAFAB

Color information

#DFAFAB (or 0xDFAFAB) is unknown color: approx Cavern Pink. HEX triplet: DF, AF and AB. RGB value is (223,175,171). Sum of RGB (Red+Green+Blue) = 223+175+171=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAFAB is #205054. Grayscale: #BCBCBC. Windows color (decimal): -2117717 or 11251679. OLE color: 11251679.

HSL color Cylindrical-coordinate representation of color #DFAFAB: hue angle of 4.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFAFAB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223175171-
CMYK00.220.230.13
HSL4.62º44.83%77.25%-
HSV(B)4.62º23.32%87.45%-
XYZ53.1149.2945.24-
YUV188.9117.9152.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=39.19%
G=30.76%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317517100.220.230.134.6244.8377.25
HexDFAFAB01617D52d4d
Octal3372572530262715555115
Binary1101111110101111101010110101101011111011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFAB; }

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

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

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

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

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

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

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

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