#DEEFFC

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

Shades of Alice Blue #DEEFFC

Tints of Alice Blue #DEEFFC

Color information

#DEEFFC (or 0xDEEFFC) is unknown color: approx Alice Blue. HEX triplet: DE, EF and FC. RGB value is (222,239,252). Sum of RGB (Red+Green+Blue) = 222+239+252=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFFC is #211003. Grayscale: #EBEBEB. Windows color (decimal): -2166788 or 16576478. OLE color: 16576478.

HSL color Cylindrical-coordinate representation of color #DEEFFC: hue angle of 206º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEEFFC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222239252-
CMYK0.120.0500.01
HSL206º83.33%92.94%-
HSV(B)206º11.9%98.82%-
XYZ78.5684.29104.22-
YUV235.4137.37118.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.14%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=31.14%
G=33.52%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222392520.120.0500.0120683.3392.94
HexDEEFFCC501ce535d
Octal33635737414501316123135
Binary1101111011101111111111001100101011100111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFFC; }

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

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

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

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

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

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

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

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