Shades of Pattens Blue #C8DDEC
Tints of Pattens Blue #C8DDEC
RGB
CMYK
RGB Variations
Color information
#C8DDEC (or 0xC8DDEC) is known color: Pattens Blue. HEX triplet: C8, DD and EC. RGB value is (200,221,236). Sum of RGB (Red+Green+Blue) = 200+221+236=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDEC is #372213. Grayscale: #D8D8D8. Windows color (decimal): -3613204 or 15523272. OLE color: 15523272.
HSL color Cylindrical-coordinate representation of color #C8DDEC: hue angle of 205º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DDEC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 221 | 236 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.07 |
| HSL | 205º | 0.49% | 0.85% | - |
| HSV(B) | 205º | 0.15% | 0.93% | - |
| XYZ | 64.82 | 70.05 | 89.46 | - |
| YUV | 216.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 236 | 0.15 | 0.06 | 0 | 0.07 | 205 | 0.49 | 0.85 |
| Hex | C8 | DD | EC | F | 6 | 0 | 7 | CD | 31 | 55 |
| Octal | 310 | 335 | 354 | 17 | 6 | 0 | 7 | 315 | 61 | 125 |
| Binary | 11001000 | 11011101 | 11101100 | 1111 | 110 | 0 | 111 | 11001101 | 110001 | 1010101 |
Color Harmonies of #C8DDEC
Complementary color
Monochromatic Colors of #C8DDEC
Black with #C8DDEC
Text Example
Text Example
White with #C8DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDEC; }
p { color: rgb(200,221,236); }
H1.HeaderClassName
{
color: #C8DDEC;
}
.AnyTagClassName
{
color: #C8DDEC;
}
</style>
background-color css
<style>
a { background-color: #C8DDEC; }
a { background-color: rgb(200,221,236); }
div.DivClassName
{
background-color: #C8DDEC;
}
.BgClassName
{
background-color: #C8DDEC;
}
</style>
border-color css
<style>
span { border-color: #C8DDEC; }
span { border-color: rgb(200,221,236); }
td.TdClassName
{
border-color: #C8DDEC;
}
.TagClassName
{
border-color: #C8DDEC;
}
</style>