#DABBB9

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

Shades of Cavern Pink #DABBB9

Tints of Cavern Pink #DABBB9

Color information

#DABBB9 (or 0xDABBB9) is unknown color: approx Cavern Pink. HEX triplet: DA, BB and B9. RGB value is (218,187,185). Sum of RGB (Red+Green+Blue) = 218+187+185=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB9 is #254446. Grayscale: #C4C4C4. Windows color (decimal): -2442311 or 12172250. OLE color: 12172250.

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

Color convert

RGB218187185-
CMYK00.140.150.15
HSL3.64º30.84%79.02%-
HSV(B)3.64º15.14%85.49%-
XYZ55.4453.9553.39-
YUV196.04121.77143.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=36.95%
G=31.69%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818718500.140.150.153.6430.8479.02
HexDABBB90EFF41f4f
Octal3322732710161717437117
Binary1101101010111011101110010111011111111100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB9; }

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

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

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

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

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

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

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

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