Shades of Pattens Blue #C7DBEA
Tints of Pattens Blue #C7DBEA
RGB
CMYK
RGB Variations
Color information
#C7DBEA (or 0xC7DBEA) is known color: Pattens Blue. HEX triplet: C7, DB and EA. RGB value is (199,219,234). Sum of RGB (Red+Green+Blue) = 199+219+234=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBEA is #382415. Grayscale: #D6D6D6. Windows color (decimal): -3679254 or 15391687. OLE color: 15391687.
HSL color Cylindrical-coordinate representation of color #C7DBEA: hue angle of 205.71º 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 #C7DBEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 219 | 234 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.08 |
| HSL | 205.71º | 0.45% | 0.85% | - |
| HSV(B) | 205.71º | 0.15% | 0.92% | - |
| XYZ | 63.74 | 68.75 | 87.75 | - |
| YUV | 214.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 234 | 0.15 | 0.06 | 0 | 0.08 | 205.71 | 0.45 | 0.85 |
| Hex | C7 | DB | EA | F | 6 | 0 | 8 | CE | 2D | 55 |
| Octal | 307 | 333 | 352 | 17 | 6 | 0 | 10 | 316 | 55 | 125 |
| Binary | 11000111 | 11011011 | 11101010 | 1111 | 110 | 0 | 1000 | 11001110 | 101101 | 1010101 |
Color Harmonies of #C7DBEA
Complementary color
Monochromatic Colors of #C7DBEA
Black with #C7DBEA
Text Example
Text Example
White with #C7DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBEA; }
p { color: rgb(199,219,234); }
H1.HeaderClassName
{
color: #C7DBEA;
}
.AnyTagClassName
{
color: #C7DBEA;
}
</style>
background-color css
<style>
a { background-color: #C7DBEA; }
a { background-color: rgb(199,219,234); }
div.DivClassName
{
background-color: #C7DBEA;
}
.BgClassName
{
background-color: #C7DBEA;
}
</style>
border-color css
<style>
span { border-color: #C7DBEA; }
span { border-color: rgb(199,219,234); }
td.TdClassName
{
border-color: #C7DBEA;
}
.TagClassName
{
border-color: #C7DBEA;
}
</style>