#DCD5F0

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

Shades of Fog #DCD5F0

Tints of Fog #DCD5F0

Color information

#DCD5F0 (or 0xDCD5F0) is unknown color: approx Fog. HEX triplet: DC, D5 and F0. RGB value is (220,213,240). Sum of RGB (Red+Green+Blue) = 220+213+240=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5F0 is #232A0F. Grayscale: #DADADA. Windows color (decimal): -2304528 or 15783388. OLE color: 15783388.

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

Color convert

RGB220213240-
CMYK0.080.1100.06
HSL255.56º47.37%88.82%-
HSV(B)255.56º11.25%94.12%-
XYZ69.0469.192.14-
YUV218.17140.32129.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=32.69%
G=31.65%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202132400.080.1100.06255.5647.3788.82
HexDCD5F08B061002f59
Octal33432536010130640057131
Binary1101110011010101111100001000101101101000000001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5F0; }

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

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

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

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

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

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

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

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