#D9BFBA

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

Shades of Cavern Pink #D9BFBA

Tints of Cavern Pink #D9BFBA

Color information

#D9BFBA (or 0xD9BFBA) is unknown color: approx Cavern Pink. HEX triplet: D9, BF and BA. RGB value is (217,191,186). Sum of RGB (Red+Green+Blue) = 217+191+186=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFBA is #264045. Grayscale: #C6C6C6. Windows color (decimal): -2506822 or 12238809. OLE color: 12238809.

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

Color convert

RGB217191186-
CMYK00.120.140.15
HSL9.68º28.97%79.02%-
HSV(B)9.68º14.29%85.1%-
XYZ56.1155.5654.22-
YUV198.2121.11141.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=36.53%
G=32.15%
B=31.31%

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
Decimal21719118600.120.140.159.6828.9779.02
HexD9BFBA0CEFa1d4f
Octal33127727201416171235117
Binary11011001101111111011101001100111011111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFBA; }

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

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

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

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

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

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

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

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