#DEF4FD

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

Shades of Alice Blue #DEF4FD

Tints of Alice Blue #DEF4FD

Color information

#DEF4FD (or 0xDEF4FD) is unknown color: approx Alice Blue. HEX triplet: DE, F4 and FD. RGB value is (222,244,253). Sum of RGB (Red+Green+Blue) = 222+244+253=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF4FD is #210B02. Grayscale: #EEEEEE. Windows color (decimal): -2165507 or 16643294. OLE color: 16643294.

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

Color convert

RGB222244253-
CMYK0.120.0400.01
HSL197.42º88.57%93.14%-
HSV(B)197.42º12.25%99.22%-
XYZ80.287.32105.56-
YUV238.45136.21116.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.88%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=30.88%
G=33.94%
B=35.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222442530.120.0400.01197.4288.5793.14
HexDEF4FDC401c5595d
Octal33636437514401305131135
Binary1101111011110100111111011100100011100010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4FD; }

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

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

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

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

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

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

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

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