#DEEFFE

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

Shades of Alice Blue #DEEFFE

Tints of Alice Blue #DEEFFE

Color information

#DEEFFE (or 0xDEEFFE) is unknown color: approx Alice Blue. HEX triplet: DE, EF and FE. RGB value is (222,239,254). Sum of RGB (Red+Green+Blue) = 222+239+254=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFFE is #211001. Grayscale: #EBEBEB. Windows color (decimal): -2166786 or 16707550. OLE color: 16707550.

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

Color convert

RGB222239254-
CMYK0.130.0600.00
HSL208.12º94.12%93.33%-
HSV(B)208.12º12.6%99.61%-
XYZ78.8884.42105.9-
YUV235.63138.37118.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.05%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=31.05%
G=33.43%
B=35.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222392540.130.0600.00208.1294.1293.33
HexDEEFFED600d05e5d
Octal33635737615600320136135
Binary1101111011101111111111101101110001101000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFFE; }

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

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

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

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

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

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

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

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