#D9BBB6

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

Shades of Cavern Pink #D9BBB6

Tints of Cavern Pink #D9BBB6

Color information

#D9BBB6 (or 0xD9BBB6) is unknown color: approx Cavern Pink. HEX triplet: D9, BB and B6. RGB value is (217,187,182). Sum of RGB (Red+Green+Blue) = 217+187+182=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBB6 is #264449. Grayscale: #C3C3C3. Windows color (decimal): -2507850 or 11975641. OLE color: 11975641.

HSL color Cylindrical-coordinate representation of color #D9BBB6: hue angle of 8.57º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BBB6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217187182-
CMYK00.140.160.15
HSL8.57º31.53%78.24%-
HSV(B)8.57º16.13%85.1%-
XYZ54.8353.6751.73-
YUV195.4120.44143.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=37.03%
G=31.91%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718718200.140.160.158.5731.5378.24
HexD9BBB60E10F9204e
Octal33127326601620171140116
Binary1101100110111011101101100111010000111110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBB6; }

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

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

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

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

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

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

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

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