Shades of Pattens Blue #C7DEE8
Tints of Pattens Blue #C7DEE8
RGB
CMYK
RGB Variations
Color information
#C7DEE8 (or 0xC7DEE8) is known color: Pattens Blue. HEX triplet: C7, DE and E8. RGB value is (199,222,232). Sum of RGB (Red+Green+Blue) = 199+222+232=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEE8 is #382117. Grayscale: #D8D8D8. Windows color (decimal): -3678488 or 15261383. OLE color: 15261383.
HSL color Cylindrical-coordinate representation of color #C7DEE8: hue angle of 198.18º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7DEE8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 222 | 232 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.09 |
| HSL | 198.18º | 0.42% | 0.85% | - |
| HSV(B) | 198.18º | 0.14% | 0.91% | - |
| XYZ | 64.24 | 70.21 | 86.51 | - |
| YUV | 216.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 232 | 0.14 | 0.04 | 0 | 0.09 | 198.18 | 0.42 | 0.85 |
| Hex | C7 | DE | E8 | E | 4 | 0 | 9 | C6 | 2A | 55 |
| Octal | 307 | 336 | 350 | 16 | 4 | 0 | 11 | 306 | 52 | 125 |
| Binary | 11000111 | 11011110 | 11101000 | 1110 | 100 | 0 | 1001 | 11000110 | 101010 | 1010101 |
Color Harmonies of #C7DEE8
Complementary color
Monochromatic Colors of #C7DEE8
Black with #C7DEE8
Text Example
Text Example
White with #C7DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEE8; }
p { color: rgb(199,222,232); }
H1.HeaderClassName
{
color: #C7DEE8;
}
.AnyTagClassName
{
color: #C7DEE8;
}
</style>
background-color css
<style>
a { background-color: #C7DEE8; }
a { background-color: rgb(199,222,232); }
div.DivClassName
{
background-color: #C7DEE8;
}
.BgClassName
{
background-color: #C7DEE8;
}
</style>
border-color css
<style>
span { border-color: #C7DEE8; }
span { border-color: rgb(199,222,232); }
td.TdClassName
{
border-color: #C7DEE8;
}
.TagClassName
{
border-color: #C7DEE8;
}
</style>