#DABEEA

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

Shades of Fog #DABEEA

Tints of Fog #DABEEA

Color information

#DABEEA (or 0xDABEEA) is unknown color: approx Fog. HEX triplet: DA, BE and EA. RGB value is (218,190,234). Sum of RGB (Red+Green+Blue) = 218+190+234=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #DABEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEEA is #254115. Grayscale: #CBCBCB. Windows color (decimal): -2441494 or 15384282. OLE color: 15384282.

HSL color Cylindrical-coordinate representation of color #DABEEA: hue angle of 278.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABEEA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218190234-
CMYK0.070.1900.08
HSL278.18º51.16%83.14%-
HSV(B)278.18º18.8%91.76%-
XYZ62.1857.6785.7-
YUV203.39145.28138.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=33.96%
G=29.60%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181902340.070.1900.08278.1851.1683.14
HexDABEEA713081163353
Octal33227635272301042663123
Binary11011010101111101110101011110011010001000101101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEEA; }

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

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

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

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

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

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

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

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