#DACAF1

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

Shades of Fog #DACAF1

Tints of Fog #DACAF1

Color information

#DACAF1 (or 0xDACAF1) is unknown color: approx Fog. HEX triplet: DA, CA and F1. RGB value is (218,202,241). Sum of RGB (Red+Green+Blue) = 218+202+241=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #DACAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAF1 is #25350E. Grayscale: #D3D3D3. Windows color (decimal): -2438415 or 15846106. OLE color: 15846106.

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

Color convert

RGB218202241-
CMYK0.100.1600.05
HSL264.62º58.21%86.86%-
HSV(B)264.62º16.18%94.51%-
XYZ65.9163.592-
YUV211.23144.8132.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=32.98%
G=30.56%
B=36.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182022410.100.1600.05264.6258.2186.86
HexDACAF1A10051093a57
Octal33231236112200541172127
Binary11011010110010101111000110101000001011000010011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAF1; }

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

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

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

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

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

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

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

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