#DFF2FD

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

Shades of Alice Blue #DFF2FD

Tints of Alice Blue #DFF2FD

Color information

#DFF2FD (or 0xDFF2FD) is unknown color: approx Alice Blue. HEX triplet: DF, F2 and FD. RGB value is (223,242,253). Sum of RGB (Red+Green+Blue) = 223+242+253=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2FD is #200D02. Grayscale: #EDEDED. Windows color (decimal): -2100483 or 16642783. OLE color: 16642783.

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

Color convert

RGB223242253-
CMYK0.120.0400.01
HSL202º88.24%93.33%-
HSV(B)202º11.86%99.22%-
XYZ79.9186.28105.37-
YUV237.57136.71117.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.06%
GREEN value IS 242 (94.92% from 255) = 33.70%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=31.06%
G=33.70%
B=35.24%

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
Decimal2232422530.120.0400.0120288.2493.33
HexDFF2FDC401ca585d
Octal33736237514401312130135
Binary1101111111110010111111011100100011100101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2FD; }

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

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

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

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

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

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

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

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