#DFF0FF

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

Shades of Alice Blue #DFF0FF

Tints of Alice Blue #DFF0FF

Color information

#DFF0FF (or 0xDFF0FF) is unknown color: approx Alice Blue. HEX triplet: DF, F0 and FF. RGB value is (223,240,255). Sum of RGB (Red+Green+Blue) = 223+240+255=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FF is #200F00. Grayscale: #ECECEC. Windows color (decimal): -2100993 or 16773343. OLE color: 16773343.

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

Color convert

RGB223240255-
CMYK0.130.0600
HSL208.12º100%93.73%-
HSV(B)208.12º12.55%100%-
XYZ79.6485.23106.86-
YUV236.63138.37118.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.06%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 255 (100% from 255) = 35.52%
R=31.06%
G=33.43%
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
SystemRedGreenBlueCMYKHSL
Decimal2232402550.130.0600208.1210093.73
HexDFF0FFD600d0645e
Octal33736037715600320144136
Binary1101111111110000111111111101110001101000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0FF; }

 p { color: rgb(223,240,255); }

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

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

 a { background-color: rgb(223,240,255); }

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

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

 span { border-color: rgb(223,240,255); }

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