#DEF4FE

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

Shades of Alice Blue #DEF4FE

Tints of Alice Blue #DEF4FE

Color information

#DEF4FE (or 0xDEF4FE) is unknown color: approx Alice Blue. HEX triplet: DE, F4 and FE. RGB value is (222,244,254). Sum of RGB (Red+Green+Blue) = 222+244+254=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF4FE is #210B01. Grayscale: #EEEEEE. Windows color (decimal): -2165506 or 16708830. OLE color: 16708830.

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

Color convert

RGB222244254-
CMYK0.130.0400.00
HSL198.75º94.12%93.33%-
HSV(B)198.75º12.6%99.61%-
XYZ80.3687.39106.4-
YUV238.56136.71116.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.83%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=30.83%
G=33.89%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222442540.130.0400.00198.7594.1293.33
HexDEF4FED400c75e5d
Octal33636437615400307136135
Binary1101111011110100111111101101100001100011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4FE; }

 p { color: rgb(222,244,254); }

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

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

 a { background-color: rgb(222,244,254); }

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

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

 span { border-color: rgb(222,244,254); }

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