#DEF1FE

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

Shades of Alice Blue #DEF1FE

Tints of Alice Blue #DEF1FE

Color information

#DEF1FE (or 0xDEF1FE) is unknown color: approx Alice Blue. HEX triplet: DE, F1 and FE. RGB value is (222,241,254). Sum of RGB (Red+Green+Blue) = 222+241+254=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 241 (94.53% from 255 or 33.61% 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 #DEF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1FE is #210E01. Grayscale: #ECECEC. Windows color (decimal): -2166274 or 16708062. OLE color: 16708062.

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

Color convert

RGB222241254-
CMYK0.130.0500.00
HSL204.38º94.12%93.33%-
HSV(B)204.38º12.6%99.61%-
XYZ79.4785.6106.1-
YUV236.8137.71117.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.96%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=30.96%
G=33.61%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222412540.130.0500.00204.3894.1293.33
HexDEF1FED500cc5e5d
Octal33636137615500314136135
Binary1101111011110001111111101101101001100110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1FE; }

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

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

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

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

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

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

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

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