Shades of Pattens Blue #C7DDEC
Tints of Pattens Blue #C7DDEC
RGB
CMYK
RGB Variations
Color information
#C7DDEC (or 0xC7DDEC) is known color: Pattens Blue. HEX triplet: C7, DD and EC. RGB value is (199,221,236). Sum of RGB (Red+Green+Blue) = 199+221+236=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDEC is #382213. Grayscale: #D8D8D8. Windows color (decimal): -3678740 or 15523271. OLE color: 15523271.
HSL color Cylindrical-coordinate representation of color #C7DDEC: hue angle of 204.32º 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 #C7DDEC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 221 | 236 | - |
CMYK | 0.16 | 0.06 | 0 | 0.07 |
HSL | 204.32º | 0.49% | 0.85% | - |
HSV(B) | 204.32º | 0.16% | 0.93% | - |
XYZ | 64.55 | 69.91 | 89.45 | - |
YUV | 216.13 | 139.21 | 115.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 236 | 0.16 | 0.06 | 0 | 0.07 | 204.32 | 0.49 | 0.85 |
Hex | C7 | DD | EC | 10 | 6 | 0 | 7 | CC | 31 | 55 |
Octal | 307 | 335 | 354 | 20 | 6 | 0 | 7 | 314 | 61 | 125 |
Binary | 11000111 | 11011101 | 11101100 | 10000 | 110 | 0 | 111 | 11001100 | 110001 | 1010101 |
Color Harmonies of #C7DDEC
Complementary color
Monochromatic Colors of #C7DDEC
Black with #C7DDEC
Text Example
Text Example
White with #C7DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDEC; }
p { color: rgb(199,221,236); }
H1.HeaderClassName
{
color: #C7DDEC;
}
.AnyTagClassName
{
color: #C7DDEC;
}
</style>
background-color css
<style>
a { background-color: #C7DDEC; }
a { background-color: rgb(199,221,236); }
div.DivClassName
{
background-color: #C7DDEC;
}
.BgClassName
{
background-color: #C7DDEC;
}
</style>
border-color css
<style>
span { border-color: #C7DDEC; }
span { border-color: rgb(199,221,236); }
td.TdClassName
{
border-color: #C7DDEC;
}
.TagClassName
{
border-color: #C7DDEC;
}
</style>