#DDE2E8

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

Shades of Solitude #DDE2E8

Tints of Solitude #DDE2E8

Color information

#DDE2E8 (or 0xDDE2E8) is unknown color: approx Solitude. HEX triplet: DD, E2 and E8. RGB value is (221,226,232). Sum of RGB (Red+Green+Blue) = 221+226+232=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2E8 is #221D17. Grayscale: #E1E1E1. Windows color (decimal): -2235672 or 15262429. OLE color: 15262429.

HSL color Cylindrical-coordinate representation of color #DDE2E8: hue angle of 212.73º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE2E8 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221226232-
CMYK0.050.0300.09
HSL212.73º19.3%88.82%-
HSV(B)212.73º4.74%90.98%-
XYZ71.5875.5987.16-
YUV225.19131.84125.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 232 (91.02% from 255) = 34.17%
R=32.55%
G=33.28%
B=34.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212262320.050.0300.09212.7319.388.82
HexDDE2E85309d51359
Octal3353423505301132523131
Binary110111011110001011101000101110100111010101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2E8; }

 p { color: rgb(221,226,232); }

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

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

 a { background-color: rgb(221,226,232); }

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

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

 span { border-color: rgb(221,226,232); }

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