#D9BAB3

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

Shades of Cavern Pink #D9BAB3

Tints of Cavern Pink #D9BAB3

Color information

#D9BAB3 (or 0xD9BAB3) is unknown color: approx Cavern Pink. HEX triplet: D9, BA and B3. RGB value is (217,186,179). Sum of RGB (Red+Green+Blue) = 217+186+179=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB3 is #26454C. Grayscale: #C2C2C2. Windows color (decimal): -2508109 or 11778777. OLE color: 11778777.

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

Color convert

RGB217186179-
CMYK00.140.180.15
HSL11.05º33.33%77.65%-
HSV(B)11.05º17.51%85.1%-
XYZ54.3153.1250.04-
YUV194.47119.27144.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=37.29%
G=31.96%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718617900.140.180.1511.0533.3377.65
HexD9BAB30E12Fb214e
Octal33127226301622171341116
Binary1101100110111010101100110111010010111110111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAB3; }

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

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

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

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

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

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

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

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