#DABEB7

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

Shades of Cavern Pink #DABEB7

Tints of Cavern Pink #DABEB7

Color information

#DABEB7 (or 0xDABEB7) is unknown color: approx Cavern Pink. HEX triplet: DA, BE and B7. RGB value is (218,190,183). Sum of RGB (Red+Green+Blue) = 218+190+183=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEB7 is #254148. Grayscale: #C5C5C5. Windows color (decimal): -2441545 or 12041946. OLE color: 12041946.

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

Color convert

RGB218190183-
CMYK00.130.160.15
HSL12º32.11%78.63%-
HSV(B)12º16.06%85.49%-
XYZ55.8755.1552.5-
YUV197.57119.78142.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=36.89%
G=32.15%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819018300.130.160.151232.1178.63
HexDABEB70D10Fc204f
Octal33227626701520171440117
Binary1101101010111110101101110110110000111111001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEB7; }

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

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

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

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

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

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

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

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