Shades of Pattens Blue #C7DCEA
Tints of Pattens Blue #C7DCEA
RGB
CMYK
RGB Variations
Color information
#C7DCEA (or 0xC7DCEA) is known color: Pattens Blue. HEX triplet: C7, DC and EA. RGB value is (199,220,234). Sum of RGB (Red+Green+Blue) = 199+220+234=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCEA is #382315. Grayscale: #D7D7D7. Windows color (decimal): -3678998 or 15391943. OLE color: 15391943.
HSL color Cylindrical-coordinate representation of color #C7DCEA: hue angle of 204º degrees, saturation: 0.45, 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 #C7DCEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 220 | 234 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.08 |
| HSL | 204º | 0.45% | 0.85% | - |
| HSV(B) | 204º | 0.15% | 0.92% | - |
| XYZ | 64 | 69.27 | 87.84 | - |
| YUV | 215.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 234 | 0.15 | 0.06 | 0 | 0.08 | 204 | 0.45 | 0.85 |
| Hex | C7 | DC | EA | F | 6 | 0 | 8 | CC | 2D | 55 |
| Octal | 307 | 334 | 352 | 17 | 6 | 0 | 10 | 314 | 55 | 125 |
| Binary | 11000111 | 11011100 | 11101010 | 1111 | 110 | 0 | 1000 | 11001100 | 101101 | 1010101 |
Color Harmonies of #C7DCEA
Complementary color
Monochromatic Colors of #C7DCEA
Black with #C7DCEA
Text Example
Text Example
White with #C7DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCEA; }
p { color: rgb(199,220,234); }
H1.HeaderClassName
{
color: #C7DCEA;
}
.AnyTagClassName
{
color: #C7DCEA;
}
</style>
background-color css
<style>
a { background-color: #C7DCEA; }
a { background-color: rgb(199,220,234); }
div.DivClassName
{
background-color: #C7DCEA;
}
.BgClassName
{
background-color: #C7DCEA;
}
</style>
border-color css
<style>
span { border-color: #C7DCEA; }
span { border-color: rgb(199,220,234); }
td.TdClassName
{
border-color: #C7DCEA;
}
.TagClassName
{
border-color: #C7DCEA;
}
</style>