#D9BAB5

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

Shades of Cavern Pink #D9BAB5

Tints of Cavern Pink #D9BAB5

Color information

#D9BAB5 (or 0xD9BAB5) is unknown color: approx Cavern Pink. HEX triplet: D9, BA and B5. RGB value is (217,186,181). Sum of RGB (Red+Green+Blue) = 217+186+181=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB5 is #26454A. Grayscale: #C2C2C2. Windows color (decimal): -2508107 or 11909849. OLE color: 11909849.

HSL color Cylindrical-coordinate representation of color #D9BAB5: hue angle of 8.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9BAB5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217186181-
CMYK00.140.170.15
HSL8.33º32.14%78.04%-
HSV(B)8.33º16.59%85.1%-
XYZ54.5153.2151.11-
YUV194.7120.27143.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 181 (71.09% from 255) = 30.99%
R=37.16%
G=31.85%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718618100.140.170.158.3332.1478.04
HexD9BAB50E11F8204e
Octal33127226501621171040116
Binary1101100110111010101101010111010001111110001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAB5; }

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

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

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

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

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

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

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

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