#DDF0FE

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

Shades of Alice Blue #DDF0FE

Tints of Alice Blue #DDF0FE

Color information

#DDF0FE (or 0xDDF0FE) is unknown color: approx Alice Blue. HEX triplet: DD, F0 and FE. RGB value is (221,240,254). Sum of RGB (Red+Green+Blue) = 221+240+254=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FE is #220F01. Grayscale: #EBEBEB. Windows color (decimal): -2232066 or 16707805. OLE color: 16707805.

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

Color convert

RGB221240254-
CMYK0.130.0600.00
HSL205.45º94.29%93.14%-
HSV(B)205.45º12.99%99.61%-
XYZ78.8784.85105.99-
YUV235.92138.21117.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.91%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=30.91%
G=33.57%
B=35.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212402540.130.0600.00205.4594.2993.14
HexDDF0FED600cd5e5d
Octal33536037615600315136135
Binary1101110111110000111111101101110001100110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0FE; }

 p { color: rgb(221,240,254); }

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

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

 a { background-color: rgb(221,240,254); }

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

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

 span { border-color: rgb(221,240,254); }

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