#D9BFBB

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

Shades of Cavern Pink #D9BFBB

Tints of Cavern Pink #D9BFBB

Color information

#D9BFBB (or 0xD9BFBB) is unknown color: approx Cavern Pink. HEX triplet: D9, BF and BB. RGB value is (217,191,187). Sum of RGB (Red+Green+Blue) = 217+191+187=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFBB is #264044. Grayscale: #C6C6C6. Windows color (decimal): -2506821 or 12304345. OLE color: 12304345.

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

Color convert

RGB217191187-
CMYK00.120.140.15
HSL28.3%79.22%-
HSV(B)13.82%85.1%-
XYZ56.2255.654.78-
YUV198.32121.61141.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=36.47%
G=32.10%
B=31.43%

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
Decimal21719118700.120.140.15828.379.22
HexD9BFBB0CEF81c4f
Octal33127727301416171034117
Binary11011001101111111011101101100111011111000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFBB; }

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

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

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

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

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

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

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

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