#DABDF2

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

Shades of Fog #DABDF2

Tints of Fog #DABDF2

Color information

#DABDF2 (or 0xDABDF2) is unknown color: approx Fog. HEX triplet: DA, BD and F2. RGB value is (218,189,242). Sum of RGB (Red+Green+Blue) = 218+189+242=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #DABDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF2 is #25420D. Grayscale: #CBCBCB. Windows color (decimal): -2441742 or 15908314. OLE color: 15908314.

HSL color Cylindrical-coordinate representation of color #DABDF2: hue angle of 272.83º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABDF2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218189242-
CMYK0.100.2200.05
HSL272.83º67.09%84.51%-
HSV(B)272.83º21.9%94.9%-
XYZ63.1457.7191.82-
YUV203.71149.61138.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 242 (94.92% from 255) = 37.29%
R=33.59%
G=29.12%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181892420.100.2200.05272.8367.0984.51
HexDABDF2A16051114355
Octal332275362122605421103125
Binary110110101011110111110010101010110010110001000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDF2; }

 p { color: rgb(218,189,242); }

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

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

 a { background-color: rgb(218,189,242); }

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

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

 span { border-color: rgb(218,189,242); }

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