#DCD3EB

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

Shades of Fog #DCD3EB

Tints of Fog #DCD3EB

Color information

#DCD3EB (or 0xDCD3EB) is unknown color: approx Fog. HEX triplet: DC, D3 and EB. RGB value is (220,211,235). Sum of RGB (Red+Green+Blue) = 220+211+235=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3EB is #232C14. Grayscale: #D8D8D8. Windows color (decimal): -2305045 or 15455196. OLE color: 15455196.

HSL color Cylindrical-coordinate representation of color #DCD3EB: hue angle of 262.5º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD3EB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220211235-
CMYK0.060.1000.08
HSL262.5º37.5%87.45%-
HSV(B)262.5º10.21%92.16%-
XYZ67.867.888.11-
YUV216.43138.48130.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=33.03%
G=31.68%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202112350.060.1000.08262.537.587.45
HexDCD3EB6A081062557
Octal33432335361201040645127
Binary1101110011010011111010111101010010001000001101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3EB; }

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

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

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

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

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

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

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

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