#DDE7FF

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

Shades of Solitude #DDE7FF

Tints of Solitude #DDE7FF

Color information

#DDE7FF (or 0xDDE7FF) is unknown color: approx Solitude. HEX triplet: DD, E7 and FF. RGB value is (221,231,255). Sum of RGB (Red+Green+Blue) = 221+231+255=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7FF is #221800. Grayscale: #E6E6E6. Windows color (decimal): -2234369 or 16771037. OLE color: 16771037.

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

Color convert

RGB221231255-
CMYK0.130.0900
HSL222.35º100%93.33%-
HSV(B)222.35º13.33%100%-
XYZ76.4479.74105.97-
YUV230.75141.69121.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.26%
GREEN value IS 231 (90.62% from 255) = 32.67%
BLUE value IS 255 (100% from 255) = 36.07%
R=31.26%
G=32.67%
B=36.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212312550.130.0900222.3510093.33
HexDDE7FFD900de645d
Octal335347377151100336144135
Binary11011101111001111111111111011001001101111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7FF; }

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

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

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

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

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

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

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

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