Shades of Pattens Blue #C7DDE8
Tints of Pattens Blue #C7DDE8
RGB
CMYK
RGB Variations
Color information
#C7DDE8 (or 0xC7DDE8) is known color: Pattens Blue. HEX triplet: C7, DD and E8. RGB value is (199,221,232). Sum of RGB (Red+Green+Blue) = 199+221+232=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDE8 is #382217. Grayscale: #D7D7D7. Windows color (decimal): -3678744 or 15261127. OLE color: 15261127.
HSL color Cylindrical-coordinate representation of color #C7DDE8: hue angle of 200º 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 #C7DDE8 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 221 | 232 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.09 |
| HSL | 200º | 0.42% | 0.85% | - |
| HSV(B) | 200º | 0.14% | 0.91% | - |
| XYZ | 63.98 | 69.68 | 86.42 | - |
| YUV | 215.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 232 | 0.14 | 0.05 | 0 | 0.09 | 200 | 0.42 | 0.85 |
| Hex | C7 | DD | E8 | E | 5 | 0 | 9 | C8 | 2A | 55 |
| Octal | 307 | 335 | 350 | 16 | 5 | 0 | 11 | 310 | 52 | 125 |
| Binary | 11000111 | 11011101 | 11101000 | 1110 | 101 | 0 | 1001 | 11001000 | 101010 | 1010101 |
Color Harmonies of #C7DDE8
Complementary color
Monochromatic Colors of #C7DDE8
Black with #C7DDE8
Text Example
Text Example
White with #C7DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDE8; }
p { color: rgb(199,221,232); }
H1.HeaderClassName
{
color: #C7DDE8;
}
.AnyTagClassName
{
color: #C7DDE8;
}
</style>
background-color css
<style>
a { background-color: #C7DDE8; }
a { background-color: rgb(199,221,232); }
div.DivClassName
{
background-color: #C7DDE8;
}
.BgClassName
{
background-color: #C7DDE8;
}
</style>
border-color css
<style>
span { border-color: #C7DDE8; }
span { border-color: rgb(199,221,232); }
td.TdClassName
{
border-color: #C7DDE8;
}
.TagClassName
{
border-color: #C7DDE8;
}
</style>