#DCD4EE

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

Shades of Fog #DCD4EE

Tints of Fog #DCD4EE

Color information

#DCD4EE (or 0xDCD4EE) is unknown color: approx Fog. HEX triplet: DC, D4 and EE. RGB value is (220,212,238). Sum of RGB (Red+Green+Blue) = 220+212+238=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4EE is #232B11. Grayscale: #D9D9D9. Windows color (decimal): -2304786 or 15652060. OLE color: 15652060.

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

Color convert

RGB220212238-
CMYK0.080.1100.07
HSL258.46º43.33%88.24%-
HSV(B)258.46º10.92%93.33%-
XYZ68.4968.4890.5-
YUV217.36139.65129.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=32.84%
G=31.64%
B=35.52%

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
Decimal2202122380.080.1100.07258.4643.3388.24
HexDCD4EE8B071022b58
Octal33432435610130740253130
Binary1101110011010100111011101000101101111000000101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4EE; }

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

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

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

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

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

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

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

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