Shades of Pattens Blue #C8DDE8
Tints of Pattens Blue #C8DDE8
RGB
CMYK
RGB Variations
Color information
#C8DDE8 (or 0xC8DDE8) is known color: Pattens Blue. HEX triplet: C8, DD and E8. RGB value is (200,221,232). Sum of RGB (Red+Green+Blue) = 200+221+232=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 221 (86.72% from 255 or 33.84% 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 #C8DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDE8 is #372217. Grayscale: #D7D7D7. Windows color (decimal): -3613208 or 15261128. OLE color: 15261128.
HSL color Cylindrical-coordinate representation of color #C8DDE8: hue angle of 200.62º degrees, saturation: 0.41, 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 #C8DDE8 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 221 | 232 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.09 |
| HSL | 200.63º | 0.41% | 0.85% | - |
| HSV(B) | 200.63º | 0.14% | 0.91% | - |
| XYZ | 64.24 | 69.82 | 86.43 | - |
| YUV | 215.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 232 | 0.14 | 0.05 | 0 | 0.09 | 200.63 | 0.41 | 0.85 |
| Hex | C8 | DD | E8 | E | 5 | 0 | 9 | C9 | 29 | 55 |
| Octal | 310 | 335 | 350 | 16 | 5 | 0 | 11 | 311 | 51 | 125 |
| Binary | 11001000 | 11011101 | 11101000 | 1110 | 101 | 0 | 1001 | 11001001 | 101001 | 1010101 |
Color Harmonies of #C8DDE8
Complementary color
Monochromatic Colors of #C8DDE8
Black with #C8DDE8
Text Example
Text Example
White with #C8DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDE8; }
p { color: rgb(200,221,232); }
H1.HeaderClassName
{
color: #C8DDE8;
}
.AnyTagClassName
{
color: #C8DDE8;
}
</style>
background-color css
<style>
a { background-color: #C8DDE8; }
a { background-color: rgb(200,221,232); }
div.DivClassName
{
background-color: #C8DDE8;
}
.BgClassName
{
background-color: #C8DDE8;
}
</style>
border-color css
<style>
span { border-color: #C8DDE8; }
span { border-color: rgb(200,221,232); }
td.TdClassName
{
border-color: #C8DDE8;
}
.TagClassName
{
border-color: #C8DDE8;
}
</style>