Shades of Pattens Blue #C8DDEB
Tints of Pattens Blue #C8DDEB
RGB
CMYK
RGB Variations
Color information
#C8DDEB (or 0xC8DDEB) is known color: Pattens Blue. HEX triplet: C8, DD and EB. RGB value is (200,221,235). Sum of RGB (Red+Green+Blue) = 200+221+235=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDEB is #372214. Grayscale: #D8D8D8. Windows color (decimal): -3613205 or 15457736. OLE color: 15457736.
HSL color Cylindrical-coordinate representation of color #C8DDEB: hue angle of 204º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DDEB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 221 | 235 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.08 |
| HSL | 204º | 0.47% | 0.85% | - |
| HSV(B) | 204º | 0.15% | 0.92% | - |
| XYZ | 64.67 | 69.99 | 88.7 | - |
| YUV | 216.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 235 | 0.15 | 0.06 | 0 | 0.08 | 204 | 0.47 | 0.85 |
| Hex | C8 | DD | EB | F | 6 | 0 | 8 | CC | 2F | 55 |
| Octal | 310 | 335 | 353 | 17 | 6 | 0 | 10 | 314 | 57 | 125 |
| Binary | 11001000 | 11011101 | 11101011 | 1111 | 110 | 0 | 1000 | 11001100 | 101111 | 1010101 |
Color Harmonies of #C8DDEB
Complementary color
Monochromatic Colors of #C8DDEB
Black with #C8DDEB
Text Example
Text Example
White with #C8DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDEB; }
p { color: rgb(200,221,235); }
H1.HeaderClassName
{
color: #C8DDEB;
}
.AnyTagClassName
{
color: #C8DDEB;
}
</style>
background-color css
<style>
a { background-color: #C8DDEB; }
a { background-color: rgb(200,221,235); }
div.DivClassName
{
background-color: #C8DDEB;
}
.BgClassName
{
background-color: #C8DDEB;
}
</style>
border-color css
<style>
span { border-color: #C8DDEB; }
span { border-color: rgb(200,221,235); }
td.TdClassName
{
border-color: #C8DDEB;
}
.TagClassName
{
border-color: #C8DDEB;
}
</style>