#DEF2FD

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

Shades of Alice Blue #DEF2FD

Tints of Alice Blue #DEF2FD

Color information

#DEF2FD (or 0xDEF2FD) is unknown color: approx Alice Blue. HEX triplet: DE, F2 and FD. RGB value is (222,242,253). Sum of RGB (Red+Green+Blue) = 222+242+253=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2FD is #210D02. Grayscale: #EDEDED. Windows color (decimal): -2166019 or 16642782. OLE color: 16642782.

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

Color convert

RGB222242253-
CMYK0.120.0400.01
HSL201.29º88.57%93.14%-
HSV(B)201.29º12.25%99.22%-
XYZ79.6186.13105.36-
YUV237.27136.87117.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.96%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=30.96%
G=33.75%
B=35.29%

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
Decimal2222422530.120.0400.01201.2988.5793.14
HexDEF2FDC401c9595d
Octal33636237514401311131135
Binary1101111011110010111111011100100011100100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2FD; }

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

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

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

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

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

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

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

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