#DDEAFF

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

Shades of Solitude #DDEAFF

Tints of Solitude #DDEAFF

Color information

#DDEAFF (or 0xDDEAFF) is unknown color: approx Solitude. HEX triplet: DD, EA and FF. RGB value is (221,234,255). Sum of RGB (Red+Green+Blue) = 221+234+255=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAFF is #221500. Grayscale: #E8E8E8. Windows color (decimal): -2233601 or 16771805. OLE color: 16771805.

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

Color convert

RGB221234255-
CMYK0.130.0800
HSL217.06º100%93.33%-
HSV(B)217.06º13.33%100%-
XYZ77.2981.44106.25-
YUV232.51140.69119.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.13%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 255 (100% from 255) = 35.92%
R=31.13%
G=32.96%
B=35.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212342550.130.0800217.0610093.33
HexDDEAFFD800d9645d
Octal335352377151000331144135
Binary11011101111010101111111111011000001101100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAFF; }

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

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

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

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

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

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

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

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