#DDF1FF

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

Shades of Alice Blue #DDF1FF

Tints of Alice Blue #DDF1FF

Color information

#DDF1FF (or 0xDDF1FF) is unknown color: approx Alice Blue. HEX triplet: DD, F1 and FF. RGB value is (221,241,255). Sum of RGB (Red+Green+Blue) = 221+241+255=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FF is #220E00. Grayscale: #ECECEC. Windows color (decimal): -2231809 or 16773597. OLE color: 16773597.

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

Color convert

RGB221241255-
CMYK0.130.0500
HSL204.71º100%93.33%-
HSV(B)204.71º13.33%100%-
XYZ79.3285.5106.93-
YUV236.62138.37116.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.82%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 255 (100% from 255) = 35.56%
R=30.82%
G=33.61%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212412550.130.0500204.7110093.33
HexDDF1FFD500cd645d
Octal33536137715500315144135
Binary1101110111110001111111111101101001100110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1FF; }

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

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

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

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

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

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

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

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