#DDEDFF

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

Shades of Solitude #DDEDFF

Tints of Solitude #DDEDFF

Color information

#DDEDFF (or 0xDDEDFF) is unknown color: approx Solitude. HEX triplet: DD, ED and FF. RGB value is (221,237,255). Sum of RGB (Red+Green+Blue) = 221+237+255=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDFF is #221200. Grayscale: #EAEAEA. Windows color (decimal): -2232833 or 16772573. OLE color: 16772573.

HSL color Cylindrical-coordinate representation of color #DDEDFF: hue angle of 211.76º 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 #DDEDFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221237255-
CMYK0.130.0700
HSL211.76º100%93.33%-
HSV(B)211.76º13.33%100%-
XYZ78.1583.16106.54-
YUV234.27139.7118.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.00%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 35.76%
R=31.00%
G=33.24%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212372550.130.0700211.7610093.33
HexDDEDFFD700d4645d
Octal33535537715700324144135
Binary1101110111101101111111111101111001101010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDFF; }

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

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

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

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

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

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

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

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