Shades of Pattens Blue #C7DCE5
Tints of Pattens Blue #C7DCE5
RGB
CMYK
RGB Variations
Color information
#C7DCE5 (or 0xC7DCE5) is known color: Pattens Blue. HEX triplet: C7, DC and E5. RGB value is (199,220,229). Sum of RGB (Red+Green+Blue) = 199+220+229=648 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.71% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCE5 is #38231A. Grayscale: #D6D6D6. Windows color (decimal): -3679003 or 15064263. OLE color: 15064263.
HSL color Cylindrical-coordinate representation of color #C7DCE5: hue angle of 198º degrees, saturation: 0.37, 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 #C7DCE5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 199 | 220 | 229 | - |
CMYK | 0.13 | 0.04 | 0 | 0.10 |
HSL | 198º | 0.37% | 0.84% | - |
HSV(B) | 198º | 0.13% | 0.9% | - |
XYZ | 63.29 | 68.99 | 84.11 | - |
YUV | 214.75 | 136.04 | 116.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 220 | 229 | 0.13 | 0.04 | 0 | 0.10 | 198 | 0.37 | 0.84 |
Hex | C7 | DC | E5 | D | 4 | 0 | A | C6 | 25 | 54 |
Octal | 307 | 334 | 345 | 15 | 4 | 0 | 12 | 306 | 45 | 124 |
Binary | 11000111 | 11011100 | 11100101 | 1101 | 100 | 0 | 1010 | 11000110 | 100101 | 1010100 |
Color Harmonies of #C7DCE5
Complementary color
Monochromatic Colors of #C7DCE5
Black with #C7DCE5
Text Example
Text Example
White with #C7DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCE5; }
p { color: rgb(199,220,229); }
H1.HeaderClassName
{
color: #C7DCE5;
}
.AnyTagClassName
{
color: #C7DCE5;
}
</style>
background-color css
<style>
a { background-color: #C7DCE5; }
a { background-color: rgb(199,220,229); }
div.DivClassName
{
background-color: #C7DCE5;
}
.BgClassName
{
background-color: #C7DCE5;
}
</style>
border-color css
<style>
span { border-color: #C7DCE5; }
span { border-color: rgb(199,220,229); }
td.TdClassName
{
border-color: #C7DCE5;
}
.TagClassName
{
border-color: #C7DCE5;
}
</style>