#DEF6FF

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

Shades of Alice Blue #DEF6FF

Tints of Alice Blue #DEF6FF

Color information

#DEF6FF (or 0xDEF6FF) is unknown color: approx Alice Blue. HEX triplet: DE, F6 and FF. RGB value is (222,246,255). Sum of RGB (Red+Green+Blue) = 222+246+255=723 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.71% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6FF is #210900. Grayscale: #EFEFEF. Windows color (decimal): -2164993 or 16774878. OLE color: 16774878.

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

Color convert

RGB222246255-
CMYK0.130.0400
HSL196.36º100%93.53%-
HSV(B)196.36º12.94%100%-
XYZ81.1388.66107.45-
YUV239.85136.55115.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.71%
GREEN value IS 246 (96.48% from 255) = 34.02%
BLUE value IS 255 (100% from 255) = 35.27%
R=30.71%
G=34.02%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222462550.130.0400196.3610093.53
HexDEF6FFD400c4645e
Octal33636637715400304144136
Binary1101111011110110111111111101100001100010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6FF; }

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

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

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

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

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

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

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

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