#DABBB7

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

Shades of Cavern Pink #DABBB7

Tints of Cavern Pink #DABBB7

Color information

#DABBB7 (or 0xDABBB7) is unknown color: approx Cavern Pink. HEX triplet: DA, BB and B7. RGB value is (218,187,183). Sum of RGB (Red+Green+Blue) = 218+187+183=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB7 is #254448. Grayscale: #C3C3C3. Windows color (decimal): -2442313 or 12041178. OLE color: 12041178.

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

Color convert

RGB218187183-
CMYK00.140.160.15
HSL6.86º32.11%78.63%-
HSV(B)6.86º16.06%85.49%-
XYZ55.2353.8652.29-
YUV195.81120.77143.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 183 (71.88% from 255) = 31.12%
R=37.07%
G=31.80%
B=31.12%

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
Decimal21818718300.140.160.156.8632.1178.63
HexDABBB70E10F7204f
Octal3322732670162017740117
Binary110110101011101110110111011101000011111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB7; }

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

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

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

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

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

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

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

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