#DABFF2

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

Shades of Fog #DABFF2

Tints of Fog #DABFF2

Color information

#DABFF2 (or 0xDABFF2) is unknown color: approx Fog. HEX triplet: DA, BF and F2. RGB value is (218,191,242). Sum of RGB (Red+Green+Blue) = 218+191+242=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #DABFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFF2 is #25400D. Grayscale: #CCCCCC. Windows color (decimal): -2441230 or 15908826. OLE color: 15908826.

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

Color convert

RGB218191242-
CMYK0.100.2100.05
HSL271.76º66.23%84.9%-
HSV(B)271.76º21.07%94.9%-
XYZ63.5758.5891.96-
YUV204.89148.95137.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=33.49%
G=29.34%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181912420.100.2100.05271.7666.2384.9
HexDABFF2A15051104255
Octal332277362122505420102125
Binary110110101011111111110010101010101010110001000010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFF2; }

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

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

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

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

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

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

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

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