#D9BBBB

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

Shades of Cavern Pink #D9BBBB

Tints of Cavern Pink #D9BBBB

Color information

#D9BBBB (or 0xD9BBBB) is unknown color: approx Cavern Pink. HEX triplet: D9, BB and BB. RGB value is (217,187,187). Sum of RGB (Red+Green+Blue) = 217+187+187=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBBB is #264444. Grayscale: #C4C4C4. Windows color (decimal): -2507845 or 12303321. OLE color: 12303321.

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

Color convert

RGB217187187-
CMYK00.140.140.15
HSL28.3%79.22%-
HSV(B)13.82%85.1%-
XYZ55.3653.8854.5-
YUV195.97122.94143-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=36.72%
G=31.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718718700.140.140.15028.379.22
HexD9BBBB0EEF01c4f
Octal3312732730161617034117
Binary11011001101110111011101101110111011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBBB; }

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

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

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

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

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

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

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

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