#DCD1EB

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

Shades of Fog #DCD1EB

Tints of Fog #DCD1EB

Color information

#DCD1EB (or 0xDCD1EB) is unknown color: approx Fog. HEX triplet: DC, D1 and EB. RGB value is (220,209,235). Sum of RGB (Red+Green+Blue) = 220+209+235=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1EB is #232E14. Grayscale: #D7D7D7. Windows color (decimal): -2305557 or 15454684. OLE color: 15454684.

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

Color convert

RGB220209235-
CMYK0.060.1100.08
HSL265.38º39.39%87.06%-
HSV(B)265.38º11.06%92.16%-
XYZ67.3166.8187.95-
YUV215.25139.14131.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 209 (82.03% from 255) = 31.48%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=33.13%
G=31.48%
B=35.39%

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
Decimal2202092350.060.1100.08265.3839.3987.06
HexDCD1EB6B081092757
Octal33432135361301041147127
Binary1101110011010001111010111101011010001000010011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1EB; }

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

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

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

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

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

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

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

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