#DCD3F5

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

Shades of Fog #DCD3F5

Tints of Fog #DCD3F5

Color information

#DCD3F5 (or 0xDCD3F5) is unknown color: approx Fog. HEX triplet: DC, D3 and F5. RGB value is (220,211,245). Sum of RGB (Red+Green+Blue) = 220+211+245=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCD3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3F5 is #232C0A. Grayscale: #D9D9D9. Windows color (decimal): -2305035 or 16110556. OLE color: 16110556.

HSL color Cylindrical-coordinate representation of color #DCD3F5: hue angle of 255.88º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD3F5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220211245-
CMYK0.100.1400.04
HSL255.88º62.96%89.41%-
HSV(B)255.88º13.88%96.08%-
XYZ69.2968.495.94-
YUV217.57143.48129.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 211 (82.81% from 255) = 31.21%
BLUE value IS 245 (96.09% from 255) = 36.24%
R=32.54%
G=31.21%
B=36.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202112450.100.1400.04255.8862.9689.41
HexDCD3F5AE041003f59
Octal33432336512160440077131
Binary1101110011010011111101011010111001001000000001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3F5; }

 p { color: rgb(220,211,245); }

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

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

 a { background-color: rgb(220,211,245); }

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

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

 span { border-color: rgb(220,211,245); }

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