#DCD3EE

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

Shades of Fog #DCD3EE

Tints of Fog #DCD3EE

Color information

#DCD3EE (or 0xDCD3EE) is unknown color: approx Fog. HEX triplet: DC, D3 and EE. RGB value is (220,211,238). Sum of RGB (Red+Green+Blue) = 220+211+238=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3EE is #232C11. Grayscale: #D8D8D8. Windows color (decimal): -2305042 or 15651804. OLE color: 15651804.

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

Color convert

RGB220211238-
CMYK0.080.1100.07
HSL260º44.26%88.04%-
HSV(B)260º11.34%93.33%-
XYZ68.2467.9890.41-
YUV216.77139.98130.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=32.88%
G=31.54%
B=35.58%

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
Decimal2202112380.080.1100.0726044.2688.04
HexDCD3EE8B071042c58
Octal33432335610130740454130
Binary1101110011010011111011101000101101111000001001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3EE; }

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

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

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

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

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

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

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

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