#D9BDB7

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

Shades of Cavern Pink #D9BDB7

Tints of Cavern Pink #D9BDB7

Color information

#D9BDB7 (or 0xD9BDB7) is unknown color: approx Cavern Pink. HEX triplet: D9, BD and B7. RGB value is (217,189,183). Sum of RGB (Red+Green+Blue) = 217+189+183=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDB7 is #264248. Grayscale: #C4C4C4. Windows color (decimal): -2507337 or 12041689. OLE color: 12041689.

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

Color convert

RGB217189183-
CMYK00.130.160.15
HSL10.59º30.91%78.43%-
HSV(B)10.59º15.67%85.1%-
XYZ55.3654.5752.41-
YUV196.69120.28142.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=36.84%
G=32.09%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718918300.130.160.1510.5930.9178.43
HexD9BDB70D10Fb1f4e
Octal33127526701520171337116
Binary110110011011110110110111011011000011111011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDB7; }

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

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

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

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

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

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

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

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