Shades of Pattens Blue #C8D9E3
Tints of Pattens Blue #C8D9E3
RGB
CMYK
RGB Variations
Color information
#C8D9E3 (or 0xC8D9E3) is known color: Pattens Blue. HEX triplet: C8, D9 and E3. RGB value is (200,217,227). Sum of RGB (Red+Green+Blue) = 200+217+227=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8D9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9E3 is #37261C. Grayscale: #D5D5D5. Windows color (decimal): -3614237 or 14932424. OLE color: 14932424.
HSL color Cylindrical-coordinate representation of color #C8D9E3: hue angle of 202.22º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D9E3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 217 | 227 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.11 |
| HSL | 202.22º | 0.33% | 0.84% | - |
| HSV(B) | 202.22º | 0.12% | 0.89% | - |
| XYZ | 62.5 | 67.45 | 82.4 | - |
| YUV | 213.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 227 | 0.12 | 0.04 | 0 | 0.11 | 202.22 | 0.33 | 0.84 |
| Hex | C8 | D9 | E3 | C | 4 | 0 | B | CA | 21 | 54 |
| Octal | 310 | 331 | 343 | 14 | 4 | 0 | 13 | 312 | 41 | 124 |
| Binary | 11001000 | 11011001 | 11100011 | 1100 | 100 | 0 | 1011 | 11001010 | 100001 | 1010100 |
Color Harmonies of #C8D9E3
Complementary color
Monochromatic Colors of #C8D9E3
Black with #C8D9E3
Text Example
Text Example
White with #C8D9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9E3; }
p { color: rgb(200,217,227); }
H1.HeaderClassName
{
color: #C8D9E3;
}
.AnyTagClassName
{
color: #C8D9E3;
}
</style>
background-color css
<style>
a { background-color: #C8D9E3; }
a { background-color: rgb(200,217,227); }
div.DivClassName
{
background-color: #C8D9E3;
}
.BgClassName
{
background-color: #C8D9E3;
}
</style>
border-color css
<style>
span { border-color: #C8D9E3; }
span { border-color: rgb(200,217,227); }
td.TdClassName
{
border-color: #C8D9E3;
}
.TagClassName
{
border-color: #C8D9E3;
}
</style>