#DFF0FE

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

Shades of Alice Blue #DFF0FE

Tints of Alice Blue #DFF0FE

Color information

#DFF0FE (or 0xDFF0FE) is unknown color: approx Alice Blue. HEX triplet: DF, F0 and FE. RGB value is (223,240,254). Sum of RGB (Red+Green+Blue) = 223+240+254=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FE is #200F01. Grayscale: #ECECEC. Windows color (decimal): -2100994 or 16707807. OLE color: 16707807.

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

Color convert

RGB223240254-
CMYK0.120.0600.00
HSL207.1º93.94%93.53%-
HSV(B)207.1º12.2%99.61%-
XYZ79.4885.16106.02-
YUV236.51137.87118.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=31.10%
G=33.47%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232402540.120.0600.00207.193.9493.53
HexDFF0FEC600cf5e5e
Octal33736037614600317136136
Binary1101111111110000111111101100110001100111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0FE; }

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

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

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

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

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

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

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

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