#D9BEBD

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

Shades of Cavern Pink #D9BEBD

Tints of Cavern Pink #D9BEBD

Color information

#D9BEBD (or 0xD9BEBD) is unknown color: approx Cavern Pink. HEX triplet: D9, BE and BD. RGB value is (217,190,189). Sum of RGB (Red+Green+Blue) = 217+190+189=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEBD is #264142. Grayscale: #C5C5C5. Windows color (decimal): -2507075 or 12435161. OLE color: 12435161.

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

Color convert

RGB217190189-
CMYK00.120.130.15
HSL2.14º26.92%79.61%-
HSV(B)2.14º12.9%85.1%-
XYZ56.2155.2555.85-
YUV197.96122.95141.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=36.41%
G=31.88%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719018900.120.130.152.1426.9279.61
HexD9BEBD0CDF21b50
Octal3312762750141517233120
Binary110110011011111010111101011001101111110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEBD; }

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

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

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

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

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

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

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

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