#DCCDEE

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

Shades of Fog #DCCDEE

Tints of Fog #DCCDEE

Color information

#DCCDEE (or 0xDCCDEE) is unknown color: approx Fog. HEX triplet: DC, CD and EE. RGB value is (220,205,238). Sum of RGB (Red+Green+Blue) = 220+205+238=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDEE is #233211. Grayscale: #D5D5D5. Windows color (decimal): -2306578 or 15650268. OLE color: 15650268.

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

Color convert

RGB220205238-
CMYK0.080.1400.07
HSL267.27º49.25%86.86%-
HSV(B)267.27º13.87%93.33%-
XYZ66.7865.0589.93-
YUV213.25141.97132.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=33.18%
G=30.92%
B=35.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202052380.080.1400.07267.2749.2586.86
HexDCCDEE8E0710b3157
Octal33431535610160741361127
Binary1101110011001101111011101000111001111000010111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDEE; }

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

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

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

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

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

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

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

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