Shades of Alice Blue #DEF2FD
Tints of Alice Blue #DEF2FD
RGB
CMYK
RGB Variations
Color information
#DEF2FD (or 0xDEF2FD) is known color: Alice Blue. HEX triplet: DE, F2 and FD. RGB value is (222,242,253). Sum of RGB (Red+Green+Blue) = 222+242+253=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2FD is #210D02. Grayscale: #EDEDED. Windows color (decimal): -2166019 or 16642782. OLE color: 16642782.
HSL color Cylindrical-coordinate representation of color #DEF2FD: hue angle of 201.29º degrees, saturation: 0.89, 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 #DEF2FD is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 242 | 253 | - |
CMYK | 0.12 | 0.04 | 0 | 0.01 |
HSL | 201.29º | 0.89% | 0.93% | - |
HSV(B) | 201.29º | 0.12% | 0.99% | - |
XYZ | 79.61 | 86.13 | 105.36 | - |
YUV | 237.27 | 136.87 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 242 | 253 | 0.12 | 0.04 | 0 | 0.01 | 201.29 | 0.89 | 0.93 |
Hex | DE | F2 | FD | C | 4 | 0 | 1 | C9 | 59 | 5D |
Octal | 336 | 362 | 375 | 14 | 4 | 0 | 1 | 311 | 131 | 135 |
Binary | 11011110 | 11110010 | 11111101 | 1100 | 100 | 0 | 1 | 11001001 | 1011001 | 1011101 |
Color Harmonies of #DEF2FD
Complementary color
Monochromatic Colors of #DEF2FD
Black with #DEF2FD
Text Example
Text Example
White with #DEF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2FD; }
p { color: rgb(222,242,253); }
H1.HeaderClassName
{
color: #DEF2FD;
}
.AnyTagClassName
{
color: #DEF2FD;
}
</style>
background-color css
<style>
a { background-color: #DEF2FD; }
a { background-color: rgb(222,242,253); }
div.DivClassName
{
background-color: #DEF2FD;
}
.BgClassName
{
background-color: #DEF2FD;
}
</style>
border-color css
<style>
span { border-color: #DEF2FD; }
span { border-color: rgb(222,242,253); }
td.TdClassName
{
border-color: #DEF2FD;
}
.TagClassName
{
border-color: #DEF2FD;
}
</style>