#DCD0EB

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

Shades of Fog #DCD0EB

Tints of Fog #DCD0EB

Color information

#DCD0EB (or 0xDCD0EB) is unknown color: approx Fog. HEX triplet: DC, D0 and EB. RGB value is (220,208,235). Sum of RGB (Red+Green+Blue) = 220+208+235=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0EB is #232F14. Grayscale: #D6D6D6. Windows color (decimal): -2305813 or 15454428. OLE color: 15454428.

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

Color convert

RGB220208235-
CMYK0.060.1100.08
HSL266.67º40.3%86.86%-
HSV(B)266.67º11.49%92.16%-
XYZ67.0766.3387.86-
YUV214.67139.48131.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=33.18%
G=31.37%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202082350.060.1100.08266.6740.386.86
HexDCD0EB6B0810b2857
Octal33432035361301041350127
Binary1101110011010000111010111101011010001000010111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0EB; }

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

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

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

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

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

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

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

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