Shades of Alice Blue #DFF2FC
Tints of Alice Blue #DFF2FC
RGB
CMYK
RGB Variations
Color information
#DFF2FC (or 0xDFF2FC) is known color: Alice Blue. HEX triplet: DF, F2 and FC. RGB value is (223,242,252). Sum of RGB (Red+Green+Blue) = 223+242+252=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2FC is #200D03. Grayscale: #EDEDED. Windows color (decimal): -2100484 or 16577247. OLE color: 16577247.
HSL color Cylindrical-coordinate representation of color #DFF2FC: hue angle of 200.69º degrees, saturation: 0.83, 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 #DFF2FC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 242 | 252 | - |
CMYK | 0.12 | 0.04 | 0 | 0.01 |
HSL | 200.69º | 0.83% | 0.93% | - |
HSV(B) | 200.69º | 0.12% | 0.99% | - |
XYZ | 79.75 | 86.22 | 104.53 | - |
YUV | 237.46 | 136.21 | 117.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 242 | 252 | 0.12 | 0.04 | 0 | 0.01 | 200.69 | 0.83 | 0.93 |
Hex | DF | F2 | FC | C | 4 | 0 | 1 | C9 | 53 | 5D |
Octal | 337 | 362 | 374 | 14 | 4 | 0 | 1 | 311 | 123 | 135 |
Binary | 11011111 | 11110010 | 11111100 | 1100 | 100 | 0 | 1 | 11001001 | 1010011 | 1011101 |
Color Harmonies of #DFF2FC
Complementary color
Monochromatic Colors of #DFF2FC
Black with #DFF2FC
Text Example
Text Example
White with #DFF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2FC; }
p { color: rgb(223,242,252); }
H1.HeaderClassName
{
color: #DFF2FC;
}
.AnyTagClassName
{
color: #DFF2FC;
}
</style>
background-color css
<style>
a { background-color: #DFF2FC; }
a { background-color: rgb(223,242,252); }
div.DivClassName
{
background-color: #DFF2FC;
}
.BgClassName
{
background-color: #DFF2FC;
}
</style>
border-color css
<style>
span { border-color: #DFF2FC; }
span { border-color: rgb(223,242,252); }
td.TdClassName
{
border-color: #DFF2FC;
}
.TagClassName
{
border-color: #DFF2FC;
}
</style>