#DACAEE

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

Shades of Fog #DACAEE

Tints of Fog #DACAEE

Color information

#DACAEE (or 0xDACAEE) is unknown color: approx Fog. HEX triplet: DA, CA and EE. RGB value is (218,202,238). Sum of RGB (Red+Green+Blue) = 218+202+238=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #DACAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAEE is #253511. Grayscale: #D2D2D2. Windows color (decimal): -2438418 or 15649498. OLE color: 15649498.

HSL color Cylindrical-coordinate representation of color #DACAEE: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DACAEE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218202238-
CMYK0.080.1500.07
HSL266.67º51.43%86.27%-
HSV(B)266.67º15.13%93.33%-
XYZ65.4763.3289.66-
YUV210.89143.3133.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=33.13%
G=30.70%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182022380.080.1500.07266.6751.4386.27
HexDACAEE8F0710b3356
Octal33231235610170741363126
Binary1101101011001010111011101000111101111000010111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAEE; }

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

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

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

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

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

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

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

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