#DABBB8

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

Shades of Cavern Pink #DABBB8

Tints of Cavern Pink #DABBB8

Color information

#DABBB8 (or 0xDABBB8) is unknown color: approx Cavern Pink. HEX triplet: DA, BB and B8. RGB value is (218,187,184). Sum of RGB (Red+Green+Blue) = 218+187+184=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB8 is #254447. Grayscale: #C3C3C3. Windows color (decimal): -2442312 or 12106714. OLE color: 12106714.

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

Color convert

RGB218187184-
CMYK00.140.160.15
HSL5.29º31.48%78.82%-
HSV(B)5.29º15.6%85.49%-
XYZ55.3453.9152.84-
YUV195.93121.27143.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=37.01%
G=31.75%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818718400.140.160.155.2931.4878.82
HexDABBB80E10F51f4f
Octal3322732700162017537117
Binary11011010101110111011100001110100001111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB8; }

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

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

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

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

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

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

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

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