#D9BEBA

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

Shades of Cavern Pink #D9BEBA

Tints of Cavern Pink #D9BEBA

Color information

#D9BEBA (or 0xD9BEBA) is unknown color: approx Cavern Pink. HEX triplet: D9, BE and BA. RGB value is (217,190,186). Sum of RGB (Red+Green+Blue) = 217+190+186=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEBA is #264145. Grayscale: #C5C5C5. Windows color (decimal): -2507078 or 12238553. OLE color: 12238553.

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

Color convert

RGB217190186-
CMYK00.120.140.15
HSL7.74º28.97%79.02%-
HSV(B)7.74º14.29%85.1%-
XYZ55.8955.1254.15-
YUV197.62121.45141.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=36.59%
G=32.04%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719018600.120.140.157.7428.9779.02
HexD9BEBA0CEF81d4f
Octal33127627201416171035117
Binary11011001101111101011101001100111011111000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEBA; }

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

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

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

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

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

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

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

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