#DCD6E4

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

Shades of Fog #DCD6E4

Tints of Fog #DCD6E4

Color information

#DCD6E4 (or 0xDCD6E4) is unknown color: approx Fog. HEX triplet: DC, D6 and E4. RGB value is (220,214,228). Sum of RGB (Red+Green+Blue) = 220+214+228=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCD6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6E4 is #23291B. Grayscale: #D9D9D9. Windows color (decimal): -2304284 or 14997212. OLE color: 14997212.

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

Color convert

RGB220214228-
CMYK0.040.0600.11
HSL265.71º20.59%86.67%-
HSV(B)265.71º6.14%89.41%-
XYZ67.5768.9183.14-
YUV217.39133.99129.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 214 (83.98% from 255) = 32.33%
BLUE value IS 228 (89.45% from 255) = 34.44%
R=33.23%
G=32.33%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202142280.040.0600.11265.7120.5986.67
HexDCD6E4460B10a1557
Octal3343263444601341225127
Binary11011100110101101110010010011001011100001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6E4; }

 p { color: rgb(220,214,228); }

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

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

 a { background-color: rgb(220,214,228); }

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

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

 span { border-color: rgb(220,214,228); }

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