#DFF4FD

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

Shades of Alice Blue #DFF4FD

Tints of Alice Blue #DFF4FD

Color information

#DFF4FD (or 0xDFF4FD) is unknown color: approx Alice Blue. HEX triplet: DF, F4 and FD. RGB value is (223,244,253). Sum of RGB (Red+Green+Blue) = 223+244+253=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF4FD is #200B02. Grayscale: #EEEEEE. Windows color (decimal): -2099971 or 16643295. OLE color: 16643295.

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

Color convert

RGB223244253-
CMYK0.120.0400.01
HSL198º88.24%93.33%-
HSV(B)198º11.86%99.22%-
XYZ80.5187.48105.57-
YUV238.75136.04116.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.97%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=30.97%
G=33.89%
B=35.14%

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
Decimal2232442530.120.0400.0119888.2493.33
HexDFF4FDC401c6585d
Octal33736437514401306130135
Binary1101111111110100111111011100100011100011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF4FD; }

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

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

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

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

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

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

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

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