#DFF2FE

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

Shades of Alice Blue #DFF2FE

Tints of Alice Blue #DFF2FE

Color information

#DFF2FE (or 0xDFF2FE) is unknown color: approx Alice Blue. HEX triplet: DF, F2 and FE. RGB value is (223,242,254). Sum of RGB (Red+Green+Blue) = 223+242+254=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2FE is #200D01. Grayscale: #EDEDED. Windows color (decimal): -2100482 or 16708319. OLE color: 16708319.

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

Color convert

RGB223242254-
CMYK0.120.0500.00
HSL203.23º93.94%93.53%-
HSV(B)203.23º12.2%99.61%-
XYZ80.0786.35106.21-
YUV237.69137.21117.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.02%
GREEN value IS 242 (94.92% from 255) = 33.66%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=31.02%
G=33.66%
B=35.33%

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
Decimal2232422540.120.0500.00203.2393.9493.53
HexDFF2FEC500cb5e5e
Octal33736237614500313136136
Binary1101111111110010111111101100101001100101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2FE; }

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

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

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

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

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

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

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

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