#DDF3FE

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

Shades of Alice Blue #DDF3FE

Tints of Alice Blue #DDF3FE

Color information

#DDF3FE (or 0xDDF3FE) is unknown color: approx Alice Blue. HEX triplet: DD, F3 and FE. RGB value is (221,243,254). Sum of RGB (Red+Green+Blue) = 221+243+254=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FE is #220C01. Grayscale: #EDEDED. Windows color (decimal): -2231298 or 16708573. OLE color: 16708573.

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

Color convert

RGB221243254-
CMYK0.130.0400.00
HSL200º94.29%93.14%-
HSV(B)200º12.99%99.61%-
XYZ79.7686.63106.28-
YUV237.68137.21116.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.78%
GREEN value IS 243 (95.31% from 255) = 33.84%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=30.78%
G=33.84%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212432540.130.0400.0020094.2993.14
HexDDF3FED400c85e5d
Octal33536337615400310136135
Binary1101110111110011111111101101100001100100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3FE; }

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

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

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

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

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

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

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

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