#DFF3FE

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

Shades of Alice Blue #DFF3FE

Tints of Alice Blue #DFF3FE

Color information

#DFF3FE (or 0xDFF3FE) is unknown color: approx Alice Blue. HEX triplet: DF, F3 and FE. RGB value is (223,243,254). Sum of RGB (Red+Green+Blue) = 223+243+254=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FE is #200C01. Grayscale: #EEEEEE. Windows color (decimal): -2100226 or 16708575. OLE color: 16708575.

HSL color Cylindrical-coordinate representation of color #DFF3FE: hue angle of 201.29º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFF3FE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223243254-
CMYK0.120.0400.00
HSL201.29º93.94%93.53%-
HSV(B)201.29º12.2%99.61%-
XYZ80.3786.94106.31-
YUV238.27136.87117.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.97%
GREEN value IS 243 (95.31% from 255) = 33.75%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=30.97%
G=33.75%
B=35.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232432540.120.0400.00201.2993.9493.53
HexDFF3FEC400c95e5e
Octal33736337614400311136136
Binary1101111111110011111111101100100001100100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3FE; }

 p { color: rgb(223,243,254); }

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

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

 a { background-color: rgb(223,243,254); }

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

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

 span { border-color: rgb(223,243,254); }

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