#DABBB6

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

Shades of Cavern Pink #DABBB6

Tints of Cavern Pink #DABBB6

Color information

#DABBB6 (or 0xDABBB6) is unknown color: approx Cavern Pink. HEX triplet: DA, BB and B6. RGB value is (218,187,182). Sum of RGB (Red+Green+Blue) = 218+187+182=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB6 is #254449. Grayscale: #C3C3C3. Windows color (decimal): -2442314 or 11975642. OLE color: 11975642.

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

Color convert

RGB218187182-
CMYK00.140.170.15
HSL8.33º32.73%78.43%-
HSV(B)8.33º16.51%85.49%-
XYZ55.1353.8251.74-
YUV195.7120.27143.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=37.14%
G=31.86%
B=31.01%

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
Decimal21818718200.140.170.158.3332.7378.43
HexDABBB60E11F8214e
Octal33227326601621171041116
Binary1101101010111011101101100111010001111110001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB6; }

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

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

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

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

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

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

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

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