#D9BCB8

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

Shades of Cavern Pink #D9BCB8

Tints of Cavern Pink #D9BCB8

Color information

#D9BCB8 (or 0xD9BCB8) is unknown color: approx Cavern Pink. HEX triplet: D9, BC and B8. RGB value is (217,188,184). Sum of RGB (Red+Green+Blue) = 217+188+184=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCB8 is #264347. Grayscale: #C4C4C4. Windows color (decimal): -2507592 or 12106969. OLE color: 12106969.

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

Color convert

RGB217188184-
CMYK00.130.150.15
HSL7.27º30.28%78.63%-
HSV(B)7.27º15.21%85.1%-
XYZ55.2554.1852.89-
YUV196.21121.11142.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=36.84%
G=31.92%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718818400.130.150.157.2730.2878.63
HexD9BCB80DFF71e4f
Octal3312742700151717736117
Binary1101100110111100101110000110111111111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCB8; }

 p { color: rgb(217,188,184); }

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

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

 a { background-color: rgb(217,188,184); }

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

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

 span { border-color: rgb(217,188,184); }

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