#D8BDB9

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

Shades of Cavern Pink #D8BDB9

Tints of Cavern Pink #D8BDB9

Color information

#D8BDB9 (or 0xD8BDB9) is unknown color: approx Cavern Pink. HEX triplet: D8, BD and B9. RGB value is (216,189,185). Sum of RGB (Red+Green+Blue) = 216+189+185=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDB9 is #274246. Grayscale: #C4C4C4. Windows color (decimal): -2572871 or 12172760. OLE color: 12172760.

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

Color convert

RGB216189185-
CMYK00.120.140.15
HSL7.74º28.44%78.63%-
HSV(B)7.74º14.35%84.71%-
XYZ55.2754.553.5-
YUV196.62121.45141.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=36.61%
G=32.03%
B=31.36%

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
Decimal21618918500.120.140.157.7428.4478.63
HexD8BDB90CEF81c4f
Octal33027527101416171034117
Binary11011000101111011011100101100111011111000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDB9; }

 p { color: rgb(216,189,185); }

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

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

 a { background-color: rgb(216,189,185); }

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

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

 span { border-color: rgb(216,189,185); }

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