#DABBB4

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

Shades of Cavern Pink #DABBB4

Tints of Cavern Pink #DABBB4

Color information

#DABBB4 (or 0xDABBB4) is unknown color: approx Cavern Pink. HEX triplet: DA, BB and B4. RGB value is (218,187,180). Sum of RGB (Red+Green+Blue) = 218+187+180=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB4 is #25444B. Grayscale: #C3C3C3. Windows color (decimal): -2442316 or 11844570. OLE color: 11844570.

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

Color convert

RGB218187180-
CMYK00.140.170.15
HSL11.05º33.93%78.04%-
HSV(B)11.05º17.43%85.49%-
XYZ54.9253.7450.66-
YUV195.47119.27144.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 180 (70.70% from 255) = 30.77%
R=37.26%
G=31.97%
B=30.77%

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
Decimal21818718000.140.170.1511.0533.9378.04
HexDABBB40E11Fb224e
Octal33227326401621171342116
Binary1101101010111011101101000111010001111110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB4; }

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

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

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

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

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

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

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

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