#DDE4E0

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

Shades of Mystic #DDE4E0

Tints of Mystic #DDE4E0

Color information

#DDE4E0 (or 0xDDE4E0) is unknown color: approx Mystic. HEX triplet: DD, E4 and E0. RGB value is (221,228,224). Sum of RGB (Red+Green+Blue) = 221+228+224=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4E0 is #221B1F. Grayscale: #E1E1E1. Windows color (decimal): -2235168 or 14738653. OLE color: 14738653.

HSL color Cylindrical-coordinate representation of color #DDE4E0: hue angle of 145.71º degrees, saturation: 0.11, 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 #DDE4E0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB221228224-
CMYK0.0300.020.11
HSL145.71º11.48%88.04%-
HSV(B)145.71º3.07%89.41%-
XYZ71.0276.2481.49-
YUV225.45127.18124.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 228 (89.45% from 255) = 33.88%
BLUE value IS 224 (87.89% from 255) = 33.28%
R=32.84%
G=33.88%
B=33.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212282240.0300.020.11145.7111.4888.04
HexDDE4E0302B92b58
Octal3353443403021322213130
Binary1101110111100100111000001101010111001001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4E0; }

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

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

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

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

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

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

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

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