#DFB9B5

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

Shades of Cavern Pink #DFB9B5

Tints of Cavern Pink #DFB9B5

Color information

#DFB9B5 (or 0xDFB9B5) is unknown color: approx Cavern Pink. HEX triplet: DF, B9 and B5. RGB value is (223,185,181). Sum of RGB (Red+Green+Blue) = 223+185+181=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9B5 is #20464A. Grayscale: #C3C3C3. Windows color (decimal): -2115147 or 11909599. OLE color: 11909599.

HSL color Cylindrical-coordinate representation of color #DFB9B5: hue angle of 5.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB9B5 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223185181-
CMYK00.170.190.13
HSL5.71º39.62%79.22%-
HSV(B)5.71º18.83%87.45%-
XYZ56.1253.7251.13-
YUV195.91119.59147.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=37.86%
G=31.41%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318518100.170.190.135.7139.6279.22
HexDFB9B501113D6284f
Octal3372712650212315650117
Binary1101111110111001101101010100011001111011101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9B5; }

 p { color: rgb(223,185,181); }

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

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

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

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

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

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

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