#DCD5EE

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

Shades of Fog #DCD5EE

Tints of Fog #DCD5EE

Color information

#DCD5EE (or 0xDCD5EE) is unknown color: approx Fog. HEX triplet: DC, D5 and EE. RGB value is (220,213,238). Sum of RGB (Red+Green+Blue) = 220+213+238=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5EE is #232A11. Grayscale: #D9D9D9. Windows color (decimal): -2304530 or 15652316. OLE color: 15652316.

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

Color convert

RGB220213238-
CMYK0.080.1100.07
HSL256.8º42.37%88.43%-
HSV(B)256.8º10.5%93.33%-
XYZ68.7468.9890.58-
YUV217.94139.32129.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=32.79%
G=31.74%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202132380.080.1100.07256.842.3788.43
HexDCD5EE8B071012a58
Octal33432535610130740152130
Binary1101110011010101111011101000101101111000000011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5EE; }

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

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

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

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

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

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

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

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