#DCD2E7

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

Shades of Fog #DCD2E7

Tints of Fog #DCD2E7

Color information

#DCD2E7 (or 0xDCD2E7) is unknown color: approx Fog. HEX triplet: DC, D2 and E7. RGB value is (220,210,231). Sum of RGB (Red+Green+Blue) = 220+210+231=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCD2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2E7 is #232D18. Grayscale: #D7D7D7. Windows color (decimal): -2305305 or 15192796. OLE color: 15192796.

HSL color Cylindrical-coordinate representation of color #DCD2E7: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD2E7 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220210231-
CMYK0.050.0900.09
HSL268.57º30.43%86.47%-
HSV(B)268.57º9.09%90.59%-
XYZ66.9967.0885.02-
YUV215.38136.81131.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=33.28%
G=31.77%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202102310.050.0900.09268.5730.4386.47
HexDCD2E7590910d1e56
Octal33432234751101141536126
Binary110111001101001011100111101100101001100001101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2E7; }

 p { color: rgb(220,210,231); }

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

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

 a { background-color: rgb(220,210,231); }

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

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

 span { border-color: rgb(220,210,231); }

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