#DEF2FF

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

Shades of Alice Blue #DEF2FF

Tints of Alice Blue #DEF2FF

Color information

#DEF2FF (or 0xDEF2FF) is unknown color: approx Alice Blue. HEX triplet: DE, F2 and FF. RGB value is (222,242,255). Sum of RGB (Red+Green+Blue) = 222+242+255=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2FF is #210D00. Grayscale: #EDEDED. Windows color (decimal): -2166017 or 16773854. OLE color: 16773854.

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

Color convert

RGB222242255-
CMYK0.130.0500
HSL203.64º100%93.53%-
HSV(B)203.64º12.94%100%-
XYZ79.9386.25107.04-
YUV237.5137.87116.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.88%
GREEN value IS 242 (94.92% from 255) = 33.66%
BLUE value IS 255 (100% from 255) = 35.47%
R=30.88%
G=33.66%
B=35.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222422550.130.0500203.6410093.53
HexDEF2FFD500cc645e
Octal33636237715500314144136
Binary1101111011110010111111111101101001100110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2FF; }

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

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

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

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

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

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

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

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