#D9BAB4

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

Shades of Cavern Pink #D9BAB4

Tints of Cavern Pink #D9BAB4

Color information

#D9BAB4 (or 0xD9BAB4) is unknown color: approx Cavern Pink. HEX triplet: D9, BA and B4. RGB value is (217,186,180). Sum of RGB (Red+Green+Blue) = 217+186+180=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB4 is #26454B. Grayscale: #C2C2C2. Windows color (decimal): -2508108 or 11844313. OLE color: 11844313.

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

Color convert

RGB217186180-
CMYK00.140.170.15
HSL9.73º32.74%77.84%-
HSV(B)9.73º17.05%85.1%-
XYZ54.4153.1650.57-
YUV194.58119.77143.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=37.22%
G=31.90%
B=30.87%

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
Decimal21718618000.140.170.159.7332.7477.84
HexD9BAB40E11Fa214e
Octal33127226401621171241116
Binary1101100110111010101101000111010001111110101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAB4; }

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

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

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

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

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

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

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

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