#DABCF0

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

Shades of Fog #DABCF0

Tints of Fog #DABCF0

Color information

#DABCF0 (or 0xDABCF0) is unknown color: approx Fog. HEX triplet: DA, BC and F0. RGB value is (218,188,240). Sum of RGB (Red+Green+Blue) = 218+188+240=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #DABCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF0 is #25430F. Grayscale: #CACACA. Windows color (decimal): -2442000 or 15776986. OLE color: 15776986.

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

Color convert

RGB218188240-
CMYK0.090.2200.06
HSL274.62º63.41%83.92%-
HSV(B)274.62º21.67%94.12%-
XYZ62.6257.1690.17-
YUV202.9148.94138.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=33.75%
G=29.10%
B=37.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181882400.090.2200.06274.6263.4183.92
HexDABCF0916061133f54
Octal33227436011260642377124
Binary11011010101111001111000010011011001101000100111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCF0; }

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

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

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

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

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

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

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

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