Shades of Pattens Blue #DEEAF1
Tints of Pattens Blue #DEEAF1
RGB
CMYK
RGB Variations
Color information
#DEEAF1 (or 0xDEEAF1) is known color: Pattens Blue. HEX triplet: DE, EA and F1. RGB value is (222,234,241). Sum of RGB (Red+Green+Blue) = 222+234+241=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF1 is #21150E. Grayscale: #E7E7E7. Windows color (decimal): -2168079 or 15854302. OLE color: 15854302.
HSL color Cylindrical-coordinate representation of color #DEEAF1: hue angle of 202.11º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEAF1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 234 | 241 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.05 |
| HSL | 202.11º | 0.4% | 0.91% | - |
| HSV(B) | 202.11º | 0.08% | 0.95% | - |
| XYZ | 75.42 | 80.73 | 94.83 | - |
| YUV | 231.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 241 | 0.08 | 0.03 | 0 | 0.05 | 202.11 | 0.4 | 0.91 |
| Hex | DE | EA | F1 | 8 | 3 | 0 | 5 | CA | 28 | 5B |
| Octal | 336 | 352 | 361 | 10 | 3 | 0 | 5 | 312 | 50 | 133 |
| Binary | 11011110 | 11101010 | 11110001 | 1000 | 11 | 0 | 101 | 11001010 | 101000 | 1011011 |
Color Harmonies of #DEEAF1
Complementary color
Monochromatic Colors of #DEEAF1
Black with #DEEAF1
Text Example
Text Example
White with #DEEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAF1; }
p { color: rgb(222,234,241); }
H1.HeaderClassName
{
color: #DEEAF1;
}
.AnyTagClassName
{
color: #DEEAF1;
}
</style>
background-color css
<style>
a { background-color: #DEEAF1; }
a { background-color: rgb(222,234,241); }
div.DivClassName
{
background-color: #DEEAF1;
}
.BgClassName
{
background-color: #DEEAF1;
}
</style>
border-color css
<style>
span { border-color: #DEEAF1; }
span { border-color: rgb(222,234,241); }
td.TdClassName
{
border-color: #DEEAF1;
}
.TagClassName
{
border-color: #DEEAF1;
}
</style>