#D9BBB7

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

Shades of Cavern Pink #D9BBB7

Tints of Cavern Pink #D9BBB7

Color information

#D9BBB7 (or 0xD9BBB7) is unknown color: approx Cavern Pink. HEX triplet: D9, BB and B7. RGB value is (217,187,183). Sum of RGB (Red+Green+Blue) = 217+187+183=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBB7 is #264448. Grayscale: #C3C3C3. Windows color (decimal): -2507849 or 12041177. OLE color: 12041177.

HSL color Cylindrical-coordinate representation of color #D9BBB7: hue angle of 7.06º degrees, saturation: 0.31, 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 #D9BBB7 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217187183-
CMYK00.140.160.15
HSL7.06º30.91%78.43%-
HSV(B)7.06º15.67%85.1%-
XYZ54.9353.7152.27-
YUV195.51120.94143.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=36.97%
G=31.86%
B=31.18%

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
Decimal21718718300.140.160.157.0630.9178.43
HexD9BBB70E10F71f4e
Octal3312732670162017737116
Binary11011001101110111011011101110100001111111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBB7; }

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

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

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

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

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

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

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

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