#DACAE7

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

Shades of Fog #DACAE7

Tints of Fog #DACAE7

Color information

#DACAE7 (or 0xDACAE7) is unknown color: approx Fog. HEX triplet: DA, CA and E7. RGB value is (218,202,231). Sum of RGB (Red+Green+Blue) = 218+202+231=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #DACAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAE7 is #253518. Grayscale: #D1D1D1. Windows color (decimal): -2438425 or 15190746. OLE color: 15190746.

HSL color Cylindrical-coordinate representation of color #DACAE7: hue angle of 273.1º degrees, saturation: 0.38, 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 #DACAE7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218202231-
CMYK0.060.1300.09
HSL273.1º37.66%84.9%-
HSV(B)273.1º12.55%90.59%-
XYZ64.4662.9284.35-
YUV210.09139.8133.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=33.49%
G=31.03%
B=35.48%

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
Decimal2182022310.060.1300.09273.137.6684.9
HexDACAE76D091112655
Octal33231234761501142146125
Binary1101101011001010111001111101101010011000100011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAE7; }

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

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

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

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

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

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

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

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