#DFBBB6

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

Shades of Cavern Pink #DFBBB6

Tints of Cavern Pink #DFBBB6

Color information

#DFBBB6 (or 0xDFBBB6) is unknown color: approx Cavern Pink. HEX triplet: DF, BB and B6. RGB value is (223,187,182). Sum of RGB (Red+Green+Blue) = 223+187+182=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBB6 is #204449. Grayscale: #C5C5C5. Windows color (decimal): -2114634 or 11975647. OLE color: 11975647.

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

Color convert

RGB223187182-
CMYK00.160.180.13
HSL7.32º39.05%79.41%-
HSV(B)7.32º18.39%87.45%-
XYZ56.6554.6151.81-
YUV197.19119.43146.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 182 (71.48% from 255) = 30.74%
R=37.67%
G=31.59%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318718200.160.180.137.3239.0579.41
HexDFBBB601012D7274f
Octal3372732660202215747117
Binary1101111110111011101101100100001001011011111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBB6; }

 p { color: rgb(223,187,182); }

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

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

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

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

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

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

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