#DDE3ED

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

Shades of Solitude #DDE3ED

Tints of Solitude #DDE3ED

Color information

#DDE3ED (or 0xDDE3ED) is unknown color: approx Solitude. HEX triplet: DD, E3 and ED. RGB value is (221,227,237). Sum of RGB (Red+Green+Blue) = 221+227+237=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3ED is #221C12. Grayscale: #E2E2E2. Windows color (decimal): -2235411 or 15590365. OLE color: 15590365.

HSL color Cylindrical-coordinate representation of color #DDE3ED: hue angle of 217.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE3ED is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221227237-
CMYK0.070.0400.07
HSL217.5º30.77%89.8%-
HSV(B)217.5º6.75%92.94%-
XYZ72.5776.4291.05-
YUV226.35134.01124.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=32.26%
G=33.14%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212272370.070.0400.07217.530.7789.8
HexDDE3ED7407da1f5a
Octal335343355740733237132
Binary110111011110001111101101111100011111011010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3ED; }

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

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

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

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

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

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

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

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