#DDE3EA

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

Shades of Solitude #DDE3EA

Tints of Solitude #DDE3EA

Color information

#DDE3EA (or 0xDDE3EA) is unknown color: approx Solitude. HEX triplet: DD, E3 and EA. RGB value is (221,227,234). Sum of RGB (Red+Green+Blue) = 221+227+234=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3EA is #221C15. Grayscale: #E1E1E1. Windows color (decimal): -2235414 or 15393757. OLE color: 15393757.

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

Color convert

RGB221227234-
CMYK0.060.0300.08
HSL212.31º23.64%89.22%-
HSV(B)212.31º5.56%91.76%-
XYZ72.1476.2588.76-
YUV226132.51124.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=32.40%
G=33.28%
B=34.31%

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
Decimal2212272340.060.0300.08212.3123.6489.22
HexDDE3EA6308d41859
Octal3353433526301032430131
Binary110111011110001111101010110110100011010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3EA; }

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

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

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

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

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

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

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

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