#D9BDBA

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

Shades of Cavern Pink #D9BDBA

Tints of Cavern Pink #D9BDBA

Color information

#D9BDBA (or 0xD9BDBA) is unknown color: approx Cavern Pink. HEX triplet: D9, BD and BA. RGB value is (217,189,186). Sum of RGB (Red+Green+Blue) = 217+189+186=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDBA is #264245. Grayscale: #C5C5C5. Windows color (decimal): -2507334 or 12238297. OLE color: 12238297.

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

Color convert

RGB217189186-
CMYK00.130.140.15
HSL5.81º28.97%79.02%-
HSV(B)5.81º14.29%85.1%-
XYZ55.6854.6954.08-
YUV197.03121.78142.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=36.66%
G=31.93%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718918600.130.140.155.8128.9779.02
HexD9BDBA0DEF61d4f
Octal3312752720151617635117
Binary1101100110111101101110100110111101111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDBA; }

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

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

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

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

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

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

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

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