#DFF2FF

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

Shades of Alice Blue #DFF2FF

Tints of Alice Blue #DFF2FF

Color information

#DFF2FF (or 0xDFF2FF) is unknown color: approx Alice Blue. HEX triplet: DF, F2 and FF. RGB value is (223,242,255). Sum of RGB (Red+Green+Blue) = 223+242+255=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2FF is #200D00. Grayscale: #EDEDED. Windows color (decimal): -2100481 or 16773855. OLE color: 16773855.

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

Color convert

RGB223242255-
CMYK0.130.0500
HSL204.38º100%93.73%-
HSV(B)204.38º12.55%100%-
XYZ80.2386.41107.06-
YUV237.8137.71117.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.97%
GREEN value IS 242 (94.92% from 255) = 33.61%
BLUE value IS 255 (100% from 255) = 35.42%
R=30.97%
G=33.61%
B=35.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232422550.130.0500204.3810093.73
HexDFF2FFD500cc645e
Octal33736237715500314144136
Binary1101111111110010111111111101101001100110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2FF; }

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

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

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

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

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

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

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

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