#DAB9B6

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

Shades of Cavern Pink #DAB9B6

Tints of Cavern Pink #DAB9B6

Color information

#DAB9B6 (or 0xDAB9B6) is unknown color: approx Cavern Pink. HEX triplet: DA, B9 and B6. RGB value is (218,185,182). Sum of RGB (Red+Green+Blue) = 218+185+182=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9B6 is #254649. Grayscale: #C2C2C2. Windows color (decimal): -2442826 or 11975130. OLE color: 11975130.

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

Color convert

RGB218185182-
CMYK00.150.170.15
HSL32.73%78.43%-
HSV(B)16.51%85.49%-
XYZ54.7152.9851.6-
YUV194.52120.93144.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=37.26%
G=31.62%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818518200.150.170.15532.7378.43
HexDAB9B60F11F5214e
Octal3322712660172117541116
Binary110110101011100110110110011111000111111011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9B6; }

 p { color: rgb(218,185,182); }

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

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

 a { background-color: rgb(218,185,182); }

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

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

 span { border-color: rgb(218,185,182); }

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