#DDEEFF

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

Shades of Solitude #DDEEFF

Tints of Solitude #DDEEFF

Color information

#DDEEFF (or 0xDDEEFF) is unknown color: approx Solitude. HEX triplet: DD, EE and FF. RGB value is (221,238,255). Sum of RGB (Red+Green+Blue) = 221+238+255=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFF is #221100. Grayscale: #EAEAEA. Windows color (decimal): -2232577 or 16772829. OLE color: 16772829.

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

Color convert

RGB221238255-
CMYK0.130.0700
HSL210º100%93.33%-
HSV(B)210º13.33%100%-
XYZ78.4483.74106.64-
YUV234.85139.37118.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.95%
GREEN value IS 238 (93.36% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 35.71%
R=30.95%
G=33.33%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212382550.130.070021010093.33
HexDDEEFFD700d2645d
Octal33535637715700322144135
Binary1101110111101110111111111101111001101001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEFF; }

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

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

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

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

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

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

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

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