#DCCEEE

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

Shades of Fog #DCCEEE

Tints of Fog #DCCEEE

Color information

#DCCEEE (or 0xDCCEEE) is unknown color: approx Fog. HEX triplet: DC, CE and EE. RGB value is (220,206,238). Sum of RGB (Red+Green+Blue) = 220+206+238=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEEE is #233111. Grayscale: #D5D5D5. Windows color (decimal): -2306322 or 15650524. OLE color: 15650524.

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

Color convert

RGB220206238-
CMYK0.080.1300.07
HSL266.25º48.48%87.06%-
HSV(B)266.25º13.45%93.33%-
XYZ67.0265.5390.01-
YUV213.83141.64132.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=33.13%
G=31.02%
B=35.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202062380.080.1300.07266.2548.4887.06
HexDCCEEE8D0710a3057
Octal33431635610150741260127
Binary1101110011001110111011101000110101111000010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEEE; }

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

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

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

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

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

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

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

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