Shades of Pattens Blue #C8DDE6
Tints of Pattens Blue #C8DDE6
RGB
CMYK
RGB Variations
Color information
#C8DDE6 (or 0xC8DDE6) is known color: Pattens Blue. HEX triplet: C8, DD and E6. RGB value is (200,221,230). Sum of RGB (Red+Green+Blue) = 200+221+230=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDE6 is #372219. Grayscale: #D7D7D7. Windows color (decimal): -3613210 or 15130056. OLE color: 15130056.
HSL color Cylindrical-coordinate representation of color #C8DDE6: hue angle of 198º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8DDE6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 221 | 230 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.10 |
| HSL | 198º | 0.38% | 0.84% | - |
| HSV(B) | 198º | 0.13% | 0.9% | - |
| XYZ | 63.96 | 69.71 | 84.95 | - |
| YUV | 215.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 230 | 0.13 | 0.04 | 0 | 0.10 | 198 | 0.38 | 0.84 |
| Hex | C8 | DD | E6 | D | 4 | 0 | A | C6 | 26 | 54 |
| Octal | 310 | 335 | 346 | 15 | 4 | 0 | 12 | 306 | 46 | 124 |
| Binary | 11001000 | 11011101 | 11100110 | 1101 | 100 | 0 | 1010 | 11000110 | 100110 | 1010100 |
Color Harmonies of #C8DDE6
Complementary color
Monochromatic Colors of #C8DDE6
Black with #C8DDE6
Text Example
Text Example
White with #C8DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDE6; }
p { color: rgb(200,221,230); }
H1.HeaderClassName
{
color: #C8DDE6;
}
.AnyTagClassName
{
color: #C8DDE6;
}
</style>
background-color css
<style>
a { background-color: #C8DDE6; }
a { background-color: rgb(200,221,230); }
div.DivClassName
{
background-color: #C8DDE6;
}
.BgClassName
{
background-color: #C8DDE6;
}
</style>
border-color css
<style>
span { border-color: #C8DDE6; }
span { border-color: rgb(200,221,230); }
td.TdClassName
{
border-color: #C8DDE6;
}
.TagClassName
{
border-color: #C8DDE6;
}
</style>