#DCD5EB

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

Shades of Fog #DCD5EB

Tints of Fog #DCD5EB

Color information

#DCD5EB (or 0xDCD5EB) is unknown color: approx Fog. HEX triplet: DC, D5 and EB. RGB value is (220,213,235). Sum of RGB (Red+Green+Blue) = 220+213+235=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5EB is #232A14. Grayscale: #D9D9D9. Windows color (decimal): -2304533 or 15455708. OLE color: 15455708.

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

Color convert

RGB220213235-
CMYK0.060.0900.08
HSL259.09º35.48%87.84%-
HSV(B)259.09º9.36%92.16%-
XYZ68.368.888.28-
YUV217.6137.82129.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=32.93%
G=31.89%
B=35.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202132350.060.0900.08259.0935.4887.84
HexDCD5EB69081032358
Octal33432535361101040343130
Binary1101110011010101111010111101001010001000000111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5EB; }

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

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

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

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

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

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

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

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