Shades of Pattens Blue #C8DDE7
Tints of Pattens Blue #C8DDE7
RGB
CMYK
RGB Variations
Color information
#C8DDE7 (or 0xC8DDE7) is known color: Pattens Blue. HEX triplet: C8, DD and E7. RGB value is (200,221,231). Sum of RGB (Red+Green+Blue) = 200+221+231=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #C8DDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDE7 is #372218. Grayscale: #D7D7D7. Windows color (decimal): -3613209 or 15195592. OLE color: 15195592.
HSL color Cylindrical-coordinate representation of color #C8DDE7: hue angle of 199.35º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8DDE7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 221 | 231 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.09 |
| HSL | 199.35º | 0.39% | 0.85% | - |
| HSV(B) | 199.35º | 0.13% | 0.91% | - |
| XYZ | 64.1 | 69.76 | 85.69 | - |
| YUV | 215.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 231 | 0.13 | 0.04 | 0 | 0.09 | 199.35 | 0.39 | 0.85 |
| Hex | C8 | DD | E7 | D | 4 | 0 | 9 | C7 | 27 | 55 |
| Octal | 310 | 335 | 347 | 15 | 4 | 0 | 11 | 307 | 47 | 125 |
| Binary | 11001000 | 11011101 | 11100111 | 1101 | 100 | 0 | 1001 | 11000111 | 100111 | 1010101 |
Color Harmonies of #C8DDE7
Complementary color
Monochromatic Colors of #C8DDE7
Black with #C8DDE7
Text Example
Text Example
White with #C8DDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDE7; }
p { color: rgb(200,221,231); }
H1.HeaderClassName
{
color: #C8DDE7;
}
.AnyTagClassName
{
color: #C8DDE7;
}
</style>
background-color css
<style>
a { background-color: #C8DDE7; }
a { background-color: rgb(200,221,231); }
div.DivClassName
{
background-color: #C8DDE7;
}
.BgClassName
{
background-color: #C8DDE7;
}
</style>
border-color css
<style>
span { border-color: #C8DDE7; }
span { border-color: rgb(200,221,231); }
td.TdClassName
{
border-color: #C8DDE7;
}
.TagClassName
{
border-color: #C8DDE7;
}
</style>