#D9BEB9

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

Shades of Cavern Pink #D9BEB9

Tints of Cavern Pink #D9BEB9

Color information

#D9BEB9 (or 0xD9BEB9) is unknown color: approx Cavern Pink. HEX triplet: D9, BE and B9. RGB value is (217,190,185). Sum of RGB (Red+Green+Blue) = 217+190+185=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEB9 is #264146. Grayscale: #C5C5C5. Windows color (decimal): -2507079 or 12173017. OLE color: 12173017.

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

Color convert

RGB217190185-
CMYK00.120.150.15
HSL9.38º29.63%78.82%-
HSV(B)9.38º14.75%85.1%-
XYZ55.7955.0853.59-
YUV197.5120.95141.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=36.66%
G=32.09%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719018500.120.150.159.3829.6378.82
HexD9BEB90CFF91e4f
Octal33127627101417171136117
Binary11011001101111101011100101100111111111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEB9; }

 p { color: rgb(217,190,185); }

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

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

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

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

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

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

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