#DABDF0

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

Shades of Fog #DABDF0

Tints of Fog #DABDF0

Color information

#DABDF0 (or 0xDABDF0) is unknown color: approx Fog. HEX triplet: DA, BD and F0. RGB value is (218,189,240). Sum of RGB (Red+Green+Blue) = 218+189+240=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #DABDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF0 is #25420F. Grayscale: #CBCBCB. Windows color (decimal): -2441744 or 15777242. OLE color: 15777242.

HSL color Cylindrical-coordinate representation of color #DABDF0: hue angle of 274.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABDF0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218189240-
CMYK0.090.2100.06
HSL274.12º62.96%84.12%-
HSV(B)274.12º21.25%94.12%-
XYZ62.8457.5990.24-
YUV203.48148.61138.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 240 (94.14% from 255) = 37.09%
R=33.69%
G=29.21%
B=37.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181892400.090.2100.06274.1262.9684.12
HexDABDF0915061123f54
Octal33227536011250642277124
Binary11011010101111011111000010011010101101000100101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDF0; }

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

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

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

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

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

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

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

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