#DDE5E0

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

Shades of Mystic #DDE5E0

Tints of Mystic #DDE5E0

Color information

#DDE5E0 (or 0xDDE5E0) is unknown color: approx Mystic. HEX triplet: DD, E5 and E0. RGB value is (221,229,224). Sum of RGB (Red+Green+Blue) = 221+229+224=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5E0 is #221A1F. Grayscale: #E2E2E2. Windows color (decimal): -2234912 or 14738909. OLE color: 14738909.

HSL color Cylindrical-coordinate representation of color #DDE5E0: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE5E0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB221229224-
CMYK0.0300.020.10
HSL142.5º13.33%88.24%-
HSV(B)142.5º3.49%89.8%-
XYZ71.2976.7981.59-
YUV226.04126.85124.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 229 (89.84% from 255) = 33.98%
BLUE value IS 224 (87.89% from 255) = 33.23%
R=32.79%
G=33.98%
B=33.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292240.0300.020.10142.513.3388.24
HexDDE5E0302A8ed58
Octal3353453403021221615130
Binary1101110111100101111000001101010101000111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5E0; }

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

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

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

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

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

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

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

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