#DDF1FE

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

Shades of Alice Blue #DDF1FE

Tints of Alice Blue #DDF1FE

Color information

#DDF1FE (or 0xDDF1FE) is unknown color: approx Alice Blue. HEX triplet: DD, F1 and FE. RGB value is (221,241,254). Sum of RGB (Red+Green+Blue) = 221+241+254=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FE is #220E01. Grayscale: #ECECEC. Windows color (decimal): -2231810 or 16708061. OLE color: 16708061.

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

Color convert

RGB221241254-
CMYK0.130.0500.00
HSL203.64º94.29%93.14%-
HSV(B)203.64º12.99%99.61%-
XYZ79.1685.44106.08-
YUV236.5137.87116.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.87%
GREEN value IS 241 (94.53% from 255) = 33.66%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=30.87%
G=33.66%
B=35.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212412540.130.0500.00203.6494.2993.14
HexDDF1FED500cc5e5d
Octal33536137615500314136135
Binary1101110111110001111111101101101001100110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1FE; }

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

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

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

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

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

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

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

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