#DCCAEE

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

Shades of Fog #DCCAEE

Tints of Fog #DCCAEE

Color information

#DCCAEE (or 0xDCCAEE) is unknown color: approx Fog. HEX triplet: DC, CA and EE. RGB value is (220,202,238). Sum of RGB (Red+Green+Blue) = 220+202+238=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAEE is #233511. Grayscale: #D3D3D3. Windows color (decimal): -2307346 or 15649500. OLE color: 15649500.

HSL color Cylindrical-coordinate representation of color #DCCAEE: hue angle of 270º 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 #DCCAEE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220202238-
CMYK0.080.1500.07
HSL270º51.43%86.27%-
HSV(B)270º15.13%93.33%-
XYZ66.0763.6389.69-
YUV211.49142.96134.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=33.33%
G=30.61%
B=36.06%

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
Decimal2202022380.080.1500.0727051.4386.27
HexDCCAEE8F0710e3356
Octal33431235610170741663126
Binary1101110011001010111011101000111101111000011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAEE; }

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

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

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

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

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

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

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

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