#DCD5ED

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

Shades of Fog #DCD5ED

Tints of Fog #DCD5ED

Color information

#DCD5ED (or 0xDCD5ED) is unknown color: approx Fog. HEX triplet: DC, D5 and ED. RGB value is (220,213,237). Sum of RGB (Red+Green+Blue) = 220+213+237=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5ED is #232A12. Grayscale: #D9D9D9. Windows color (decimal): -2304531 or 15586780. OLE color: 15586780.

HSL color Cylindrical-coordinate representation of color #DCD5ED: hue angle of 257.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD5ED is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220213237-
CMYK0.070.1000.07
HSL257.5º40%88.24%-
HSV(B)257.5º10.13%92.94%-
XYZ68.668.9289.81-
YUV217.83138.82129.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=32.84%
G=31.79%
B=35.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202132370.070.1000.07257.54088.24
HexDCD5ED7A071022858
Octal3343253557120740250130
Binary110111001101010111101101111101001111000000101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5ED; }

 p { color: rgb(220,213,237); }

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

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

 a { background-color: rgb(220,213,237); }

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

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

 span { border-color: rgb(220,213,237); }

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