Shades of Alice Blue #DFF2FF
Tints of Alice Blue #DFF2FF
RGB
CMYK
RGB Variations
Color information
#DFF2FF (or 0xDFF2FF) is known color: 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
RGB | 223 | 242 | 255 | - |
CMYK | 0.13 | 0.05 | 0 | 0 |
HSL | 204.38º | 1% | 0.94% | - |
HSV(B) | 204.38º | 0.13% | 1% | - |
XYZ | 80.23 | 86.41 | 107.06 | - |
YUV | 237.8 | 137.71 | 117.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 242 | 255 | 0.13 | 0.05 | 0 | 0 | 204.38 | 1 | 0.94 |
Hex | DF | F2 | FF | D | 5 | 0 | 0 | CC | 64 | 5E |
Octal | 337 | 362 | 377 | 15 | 5 | 0 | 0 | 314 | 144 | 136 |
Binary | 11011111 | 11110010 | 11111111 | 1101 | 101 | 0 | 0 | 11001100 | 1100100 | 1011110 |
Color Harmonies of #DFF2FF
Complementary color
Monochromatic Colors of #DFF2FF
Black with #DFF2FF
Text Example
Text Example
White with #DFF2FF
Text Example
Text Example
HTML Codes & Css Web 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>