Shades of Alice Blue #DFF2FD
Tints of Alice Blue #DFF2FD
RGB
CMYK
RGB Variations
Color information
#DFF2FD (or 0xDFF2FD) is known color: 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
RGB | 223 | 242 | 253 | - |
CMYK | 0.12 | 0.04 | 0 | 0.01 |
HSL | 202º | 0.88% | 0.93% | - |
HSV(B) | 202º | 0.12% | 0.99% | - |
XYZ | 79.91 | 86.28 | 105.37 | - |
YUV | 237.57 | 136.71 | 117.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 242 | 253 | 0.12 | 0.04 | 0 | 0.01 | 202 | 0.88 | 0.93 |
Hex | DF | F2 | FD | C | 4 | 0 | 1 | CA | 58 | 5D |
Octal | 337 | 362 | 375 | 14 | 4 | 0 | 1 | 312 | 130 | 135 |
Binary | 11011111 | 11110010 | 11111101 | 1100 | 100 | 0 | 1 | 11001010 | 1011000 | 1011101 |
Color Harmonies of #DFF2FD
Complementary color
Monochromatic Colors of #DFF2FD
Black with #DFF2FD
Text Example
Text Example
White with #DFF2FD
Text Example
Text Example
HTML Codes & Css Web 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>