#DFF4FC

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

Shades of Alice Blue #DFF4FC

Tints of Alice Blue #DFF4FC

Color information

#DFF4FC (or 0xDFF4FC) is unknown color: approx Alice Blue. HEX triplet: DF, F4 and FC. RGB value is (223,244,252). Sum of RGB (Red+Green+Blue) = 223+244+252=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFF4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF4FC is #200B03. Grayscale: #EEEEEE. Windows color (decimal): -2099972 or 16577759. OLE color: 16577759.

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

Color convert

RGB223244252-
CMYK0.120.0300.01
HSL196.55º82.86%93.14%-
HSV(B)196.55º11.51%98.82%-
XYZ80.3587.42104.73-
YUV238.63135.54116.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.02%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=31.02%
G=33.94%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232442520.120.0300.01196.5582.8693.14
HexDFF4FCC301c5535d
Octal33736437414301305123135
Binary110111111111010011111100110011011100010110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF4FC; }

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

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

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

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

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

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

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

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