#DFF6FF

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

Shades of Alice Blue #DFF6FF

Tints of Alice Blue #DFF6FF

Color information

#DFF6FF (or 0xDFF6FF) is unknown color: approx Alice Blue. HEX triplet: DF, F6 and FF. RGB value is (223,246,255). Sum of RGB (Red+Green+Blue) = 223+246+255=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 246 (96.48% from 255 or 33.98% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6FF is #200900. Grayscale: #F0F0F0. Windows color (decimal): -2099457 or 16774879. OLE color: 16774879.

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

Color convert

RGB223246255-
CMYK0.130.0400
HSL196.88º100%93.73%-
HSV(B)196.88º12.55%100%-
XYZ81.4488.82107.46-
YUV240.15136.38115.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.80%
GREEN value IS 246 (96.48% from 255) = 33.98%
BLUE value IS 255 (100% from 255) = 35.22%
R=30.80%
G=33.98%
B=35.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232462550.130.0400196.8810093.73
HexDFF6FFD400c5645e
Octal33736637715400305144136
Binary1101111111110110111111111101100001100010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF6FF; }

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

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

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

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

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

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

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

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