#DFABAB

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

Shades of Cavern Pink #DFABAB

Tints of Cavern Pink #DFABAB

Color information

#DFABAB (or 0xDFABAB) is unknown color: approx Cavern Pink. HEX triplet: DF, AB and AB. RGB value is (223,171,171). Sum of RGB (Red+Green+Blue) = 223+171+171=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABAB is #205454. Grayscale: #BABABA. Windows color (decimal): -2118741 or 11250655. OLE color: 11250655.

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

Color convert

RGB223171171-
CMYK00.230.230.13
HSL44.83%77.25%-
HSV(B)23.32%87.45%-
XYZ52.3547.7544.99-
YUV186.55119.23154-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=39.47%
G=30.27%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317117100.230.230.13044.8377.25
HexDFABAB01717D02d4d
Octal3372532530272715055115
Binary11011111101010111010101101011110111110101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABAB; }

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

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

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

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

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

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

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

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