#DFF3FD

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

Shades of Alice Blue #DFF3FD

Tints of Alice Blue #DFF3FD

Color information

#DFF3FD (or 0xDFF3FD) is unknown color: approx Alice Blue. HEX triplet: DF, F3 and FD. RGB value is (223,243,253). Sum of RGB (Red+Green+Blue) = 223+243+253=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FD is #200C02. Grayscale: #EEEEEE. Windows color (decimal): -2100227 or 16643039. OLE color: 16643039.

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

Color convert

RGB223243253-
CMYK0.120.0400.01
HSL200º88.24%93.33%-
HSV(B)200º11.86%99.22%-
XYZ80.2186.88105.47-
YUV238.16136.37117.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.02%
GREEN value IS 243 (95.31% from 255) = 33.80%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=31.02%
G=33.80%
B=35.19%

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
Decimal2232432530.120.0400.0120088.2493.33
HexDFF3FDC401c8585d
Octal33736337514401310130135
Binary1101111111110011111111011100100011100100010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3FD; }

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

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

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

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

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

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

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

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