#DABDF1

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

Shades of Fog #DABDF1

Tints of Fog #DABDF1

Color information

#DABDF1 (or 0xDABDF1) is unknown color: approx Fog. HEX triplet: DA, BD and F1. RGB value is (218,189,241). Sum of RGB (Red+Green+Blue) = 218+189+241=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF1 is #25420E. Grayscale: #CBCBCB. Windows color (decimal): -2441743 or 15842778. OLE color: 15842778.

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

Color convert

RGB218189241-
CMYK0.100.2200.05
HSL273.46º65%84.31%-
HSV(B)273.46º21.58%94.51%-
XYZ62.9957.6591.03-
YUV203.6149.11138.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=33.64%
G=29.17%
B=37.19%

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
Decimal2181892410.100.2200.05273.466584.31
HexDABDF1A16051114154
Octal332275361122605421101124
Binary110110101011110111110001101010110010110001000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDF1; }

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

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

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

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

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

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

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

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