#DABBB5

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

Shades of Cavern Pink #DABBB5

Tints of Cavern Pink #DABBB5

Color information

#DABBB5 (or 0xDABBB5) is unknown color: approx Cavern Pink. HEX triplet: DA, BB and B5. RGB value is (218,187,181). Sum of RGB (Red+Green+Blue) = 218+187+181=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB5 is #25444A. Grayscale: #C3C3C3. Windows color (decimal): -2442315 or 11910106. OLE color: 11910106.

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

Color convert

RGB218187181-
CMYK00.140.170.15
HSL9.73º33.33%78.24%-
HSV(B)9.73º16.97%85.49%-
XYZ55.0253.7851.2-
YUV195.58119.77143.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=37.20%
G=31.91%
B=30.89%

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
Decimal21818718100.140.170.159.7333.3378.24
HexDABBB50E11Fa214e
Octal33227326501621171241116
Binary1101101010111011101101010111010001111110101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB5; }

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

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

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

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

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

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

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

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