#DDE3EB

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

Shades of Solitude #DDE3EB

Tints of Solitude #DDE3EB

Color information

#DDE3EB (or 0xDDE3EB) is unknown color: approx Solitude. HEX triplet: DD, E3 and EB. RGB value is (221,227,235). Sum of RGB (Red+Green+Blue) = 221+227+235=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3EB is #221C14. Grayscale: #E2E2E2. Windows color (decimal): -2235413 or 15459293. OLE color: 15459293.

HSL color Cylindrical-coordinate representation of color #DDE3EB: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE3EB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221227235-
CMYK0.060.0300.08
HSL214.29º25.93%89.41%-
HSV(B)214.29º5.96%92.16%-
XYZ72.2876.3189.52-
YUV226.12133.01124.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=32.36%
G=33.24%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212272350.060.0300.08214.2925.9389.41
HexDDE3EB6308d61a59
Octal3353433536301032632131
Binary110111011110001111101011110110100011010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3EB; }

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

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

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

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

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

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

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

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