#DDEEFD

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

Shades of Alice Blue #DDEEFD

Tints of Alice Blue #DDEEFD

Color information

#DDEEFD (or 0xDDEEFD) is unknown color: approx Alice Blue. HEX triplet: DD, EE and FD. RGB value is (221,238,253). Sum of RGB (Red+Green+Blue) = 221+238+253=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFD is #221102. Grayscale: #EAEAEA. Windows color (decimal): -2232579 or 16641757. OLE color: 16641757.

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

Color convert

RGB221238253-
CMYK0.130.0600.01
HSL208.12º88.89%92.94%-
HSV(B)208.12º12.65%99.22%-
XYZ78.1283.61104.95-
YUV234.63138.37118.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.04%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=31.04%
G=33.43%
B=35.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212382530.130.0600.01208.1288.8992.94
HexDDEEFDD601d0595d
Octal33535637515601320131135
Binary1101110111101110111111011101110011101000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEFD; }

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

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

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

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

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

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

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

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