#D9BDB8

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

Shades of Cavern Pink #D9BDB8

Tints of Cavern Pink #D9BDB8

Color information

#D9BDB8 (or 0xD9BDB8) is unknown color: approx Cavern Pink. HEX triplet: D9, BD and B8. RGB value is (217,189,184). Sum of RGB (Red+Green+Blue) = 217+189+184=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDB8 is #264247. Grayscale: #C4C4C4. Windows color (decimal): -2507336 or 12107225. OLE color: 12107225.

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

Color convert

RGB217189184-
CMYK00.130.150.15
HSL9.09º30.28%78.63%-
HSV(B)9.09º15.21%85.1%-
XYZ55.4654.6152.96-
YUV196.8120.78142.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 184 (72.27% from 255) = 31.19%
R=36.78%
G=32.03%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718918400.130.150.159.0930.2878.63
HexD9BDB80DFF91e4f
Octal33127527001517171136117
Binary11011001101111011011100001101111111111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDB8; }

 p { color: rgb(217,189,184); }

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

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

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

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

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

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

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