#DDE3E0

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

Shades of Mystic #DDE3E0

Tints of Mystic #DDE3E0

Color information

#DDE3E0 (or 0xDDE3E0) is unknown color: approx Mystic. HEX triplet: DD, E3 and E0. RGB value is (221,227,224). Sum of RGB (Red+Green+Blue) = 221+227+224=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3E0 is #221C1F. Grayscale: #E0E0E0. Windows color (decimal): -2235424 or 14738397. OLE color: 14738397.

HSL color Cylindrical-coordinate representation of color #DDE3E0: hue angle of 150º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE3E0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB221227224-
CMYK0.0300.010.11
HSL150º9.68%87.84%-
HSV(B)150º2.64%89.02%-
XYZ70.7475.6981.4-
YUV224.86127.51125.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 227 (89.06% from 255) = 33.78%
BLUE value IS 224 (87.89% from 255) = 33.33%
R=32.89%
G=33.78%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272240.0300.010.111509.6887.84
HexDDE3E0301B96a58
Octal3353433403011322612130
Binary110111011110001111100000110110111001011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3E0; }

 p { color: rgb(221,227,224); }

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

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

 a { background-color: rgb(221,227,224); }

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

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

 span { border-color: rgb(221,227,224); }

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