#DEEFFF

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

Shades of Alice Blue #DEEFFF

Tints of Alice Blue #DEEFFF

Color information

#DEEFFF (or 0xDEEFFF) is unknown color: approx Alice Blue. HEX triplet: DE, EF and FF. RGB value is (222,239,255). Sum of RGB (Red+Green+Blue) = 222+239+255=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFFF is #211000. Grayscale: #EBEBEB. Windows color (decimal): -2166785 or 16773086. OLE color: 16773086.

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

Color convert

RGB222239255-
CMYK0.130.0600
HSL209.09º100%93.53%-
HSV(B)209.09º12.94%100%-
XYZ79.0484.48106.75-
YUV235.74138.87118.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.01%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 35.61%
R=31.01%
G=33.38%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222392550.130.0600209.0910093.53
HexDEEFFFD600d1645e
Octal33635737715600321144136
Binary1101111011101111111111111101110001101000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFFF; }

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

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

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

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

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

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

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

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