#DEEFFD

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

Shades of Alice Blue #DEEFFD

Tints of Alice Blue #DEEFFD

Color information

#DEEFFD (or 0xDEEFFD) is unknown color: approx Alice Blue. HEX triplet: DE, EF and FD. RGB value is (222,239,253). Sum of RGB (Red+Green+Blue) = 222+239+253=714 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.09% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFFD is #211002. Grayscale: #EBEBEB. Windows color (decimal): -2166787 or 16642014. OLE color: 16642014.

HSL color Cylindrical-coordinate representation of color #DEEFFD: hue angle of 207.1º degrees, saturation: 0.89, 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 #DEEFFD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222239253-
CMYK0.120.0600.01
HSL207.1º88.57%93.14%-
HSV(B)207.1º12.25%99.22%-
XYZ78.7284.35105.06-
YUV235.51137.87118.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.09%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=31.09%
G=33.47%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222392530.120.0600.01207.188.5793.14
HexDEEFFDC601cf595d
Octal33635737514601317131135
Binary1101111011101111111111011100110011100111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFFD; }

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

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

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

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

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

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

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

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