#DEF0FD

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

Shades of Alice Blue #DEF0FD

Tints of Alice Blue #DEF0FD

Color information

#DEF0FD (or 0xDEF0FD) is unknown color: approx Alice Blue. HEX triplet: DE, F0 and FD. RGB value is (222,240,253). Sum of RGB (Red+Green+Blue) = 222+240+253=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0FD is #210F02. Grayscale: #ECECEC. Windows color (decimal): -2166531 or 16642270. OLE color: 16642270.

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

Color convert

RGB222240253-
CMYK0.120.0500.01
HSL205.16º88.57%93.14%-
HSV(B)205.16º12.25%99.22%-
XYZ79.0184.94105.16-
YUV236.1137.54117.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.05%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=31.05%
G=33.57%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222402530.120.0500.01205.1688.5793.14
HexDEF0FDC501cd595d
Octal33636037514501315131135
Binary1101111011110000111111011100101011100110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0FD; }

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

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

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

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

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

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

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

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