#DFF1FE

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

Shades of Alice Blue #DFF1FE

Tints of Alice Blue #DFF1FE

Color information

#DFF1FE (or 0xDFF1FE) is unknown color: approx Alice Blue. HEX triplet: DF, F1 and FE. RGB value is (223,241,254). Sum of RGB (Red+Green+Blue) = 223+241+254=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 241 (94.53% from 255 or 33.57% 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 #DFF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1FE is #200E01. Grayscale: #EDEDED. Windows color (decimal): -2100738 or 16708063. OLE color: 16708063.

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

Color convert

RGB223241254-
CMYK0.120.0500.00
HSL205.16º93.94%93.53%-
HSV(B)205.16º12.2%99.61%-
XYZ79.7885.75106.11-
YUV237.1137.54117.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.06%
GREEN value IS 241 (94.53% from 255) = 33.57%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=31.06%
G=33.57%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232412540.120.0500.00205.1693.9493.53
HexDFF1FEC500cd5e5e
Octal33736137614500315136136
Binary1101111111110001111111101100101001100110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1FE; }

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

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

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

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

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

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

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

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