#DACAE9

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

Shades of Fog #DACAE9

Tints of Fog #DACAE9

Color information

#DACAE9 (or 0xDACAE9) is unknown color: approx Fog. HEX triplet: DA, CA and E9. RGB value is (218,202,233). Sum of RGB (Red+Green+Blue) = 218+202+233=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #DACAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAE9 is #253516. Grayscale: #D2D2D2. Windows color (decimal): -2438423 or 15321818. OLE color: 15321818.

HSL color Cylindrical-coordinate representation of color #DACAE9: hue angle of 270.97º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DACAE9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218202233-
CMYK0.060.1300.09
HSL270.97º41.33%85.29%-
HSV(B)270.97º13.3%91.37%-
XYZ64.7463.0385.84-
YUV210.32140.8133.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=33.38%
G=30.93%
B=35.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182022330.060.1300.09270.9741.3385.29
HexDACAE96D0910f2955
Octal33231235161501141751125
Binary1101101011001010111010011101101010011000011111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAE9; }

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

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

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

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

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

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

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

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