Shades of Pattens Blue #DEEAEE
Tints of Pattens Blue #DEEAEE
RGB
CMYK
RGB Variations
Color information
#DEEAEE (or 0xDEEAEE) is known color: Pattens Blue. HEX triplet: DE, EA and EE. RGB value is (222,234,238). Sum of RGB (Red+Green+Blue) = 222+234+238=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAEE is #211511. Grayscale: #E6E6E6. Windows color (decimal): -2168082 or 15657694. OLE color: 15657694.
HSL color Cylindrical-coordinate representation of color #DEEAEE: hue angle of 195º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEAEE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 234 | 238 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.07 |
| HSL | 195º | 0.32% | 0.9% | - |
| HSV(B) | 195º | 0.07% | 0.93% | - |
| XYZ | 74.98 | 80.55 | 92.48 | - |
| YUV | 230.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 238 | 0.07 | 0.02 | 0 | 0.07 | 195 | 0.32 | 0.9 |
| Hex | DE | EA | EE | 7 | 2 | 0 | 7 | C3 | 20 | 5A |
| Octal | 336 | 352 | 356 | 7 | 2 | 0 | 7 | 303 | 40 | 132 |
| Binary | 11011110 | 11101010 | 11101110 | 111 | 10 | 0 | 111 | 11000011 | 100000 | 1011010 |
Color Harmonies of #DEEAEE
Complementary color
Monochromatic Colors of #DEEAEE
Black with #DEEAEE
Text Example
Text Example
White with #DEEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAEE; }
p { color: rgb(222,234,238); }
H1.HeaderClassName
{
color: #DEEAEE;
}
.AnyTagClassName
{
color: #DEEAEE;
}
</style>
background-color css
<style>
a { background-color: #DEEAEE; }
a { background-color: rgb(222,234,238); }
div.DivClassName
{
background-color: #DEEAEE;
}
.BgClassName
{
background-color: #DEEAEE;
}
</style>
border-color css
<style>
span { border-color: #DEEAEE; }
span { border-color: rgb(222,234,238); }
td.TdClassName
{
border-color: #DEEAEE;
}
.TagClassName
{
border-color: #DEEAEE;
}
</style>