#D9BBB4

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

Shades of Cavern Pink #D9BBB4

Tints of Cavern Pink #D9BBB4

Color information

#D9BBB4 (or 0xD9BBB4) is unknown color: approx Cavern Pink. HEX triplet: D9, BB and B4. RGB value is (217,187,180). Sum of RGB (Red+Green+Blue) = 217+187+180=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBB4 is #26444B. Grayscale: #C3C3C3. Windows color (decimal): -2507852 or 11844569. OLE color: 11844569.

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

Color convert

RGB217187180-
CMYK00.140.170.15
HSL11.35º32.74%77.84%-
HSV(B)11.35º17.05%85.1%-
XYZ54.6253.5950.64-
YUV195.17119.44143.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=37.16%
G=32.02%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718718000.140.170.1511.3532.7477.84
HexD9BBB40E11Fb214e
Octal33127326401621171341116
Binary1101100110111011101101000111010001111110111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBB4; }

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

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

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

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

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

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

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

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