#DDE6FF

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

Shades of Solitude #DDE6FF

Tints of Solitude #DDE6FF

Color information

#DDE6FF (or 0xDDE6FF) is unknown color: approx Solitude. HEX triplet: DD, E6 and FF. RGB value is (221,230,255). Sum of RGB (Red+Green+Blue) = 221+230+255=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6FF is #221900. Grayscale: #E6E6E6. Windows color (decimal): -2234625 or 16770781. OLE color: 16770781.

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

Color convert

RGB221230255-
CMYK0.130.1000
HSL224.12º100%93.33%-
HSV(B)224.12º13.33%100%-
XYZ76.1779.19105.88-
YUV230.16142.02121.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 230 (90.23% from 255) = 32.58%
BLUE value IS 255 (100% from 255) = 36.12%
R=31.30%
G=32.58%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212302550.130.1000224.1210093.33
HexDDE6FFDA00e0645d
Octal335346377151200340144135
Binary11011101111001101111111111011010001110000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6FF; }

 p { color: rgb(221,230,255); }

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

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

 a { background-color: rgb(221,230,255); }

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

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

 span { border-color: rgb(221,230,255); }

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