Shades of Pattens Blue #C7DAEC
Tints of Pattens Blue #C7DAEC
RGB
CMYK
RGB Variations
Color information
#C7DAEC (or 0xC7DAEC) is known color: Pattens Blue. HEX triplet: C7, DA and EC. RGB value is (199,218,236). Sum of RGB (Red+Green+Blue) = 199+218+236=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAEC is #382513. Grayscale: #D6D6D6. Windows color (decimal): -3679508 or 15522503. OLE color: 15522503.
HSL color Cylindrical-coordinate representation of color #C7DAEC: hue angle of 209.19º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DAEC is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 218 | 236 | - |
CMYK | 0.16 | 0.08 | 0 | 0.07 |
HSL | 209.19º | 0.49% | 0.85% | - |
HSV(B) | 209.19º | 0.16% | 0.93% | - |
XYZ | 63.76 | 68.34 | 89.19 | - |
YUV | 214.37 | 140.21 | 117.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 236 | 0.16 | 0.08 | 0 | 0.07 | 209.19 | 0.49 | 0.85 |
Hex | C7 | DA | EC | 10 | 8 | 0 | 7 | D1 | 31 | 55 |
Octal | 307 | 332 | 354 | 20 | 10 | 0 | 7 | 321 | 61 | 125 |
Binary | 11000111 | 11011010 | 11101100 | 10000 | 1000 | 0 | 111 | 11010001 | 110001 | 1010101 |
Color Harmonies of #C7DAEC
Complementary color
Monochromatic Colors of #C7DAEC
Black with #C7DAEC
Text Example
Text Example
White with #C7DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAEC; }
p { color: rgb(199,218,236); }
H1.HeaderClassName
{
color: #C7DAEC;
}
.AnyTagClassName
{
color: #C7DAEC;
}
</style>
background-color css
<style>
a { background-color: #C7DAEC; }
a { background-color: rgb(199,218,236); }
div.DivClassName
{
background-color: #C7DAEC;
}
.BgClassName
{
background-color: #C7DAEC;
}
</style>
border-color css
<style>
span { border-color: #C7DAEC; }
span { border-color: rgb(199,218,236); }
td.TdClassName
{
border-color: #C7DAEC;
}
.TagClassName
{
border-color: #C7DAEC;
}
</style>