Shades of Pattens Blue #C5DDEC
Tints of Pattens Blue #C5DDEC
RGB
CMYK
RGB Variations
Color information
#C5DDEC (or 0xC5DDEC) is known color: Pattens Blue. HEX triplet: C5, DD and EC. RGB value is (197,221,236). Sum of RGB (Red+Green+Blue) = 197+221+236=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDEC is #3A2213. Grayscale: #D7D7D7. Windows color (decimal): -3809812 or 15523269. OLE color: 15523269.
HSL color Cylindrical-coordinate representation of color #C5DDEC: hue angle of 203.08º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DDEC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 221 | 236 | - |
CMYK | 0.17 | 0.06 | 0 | 0.07 |
HSL | 203.08º | 0.51% | 0.85% | - |
HSV(B) | 203.08º | 0.17% | 0.93% | - |
XYZ | 64.02 | 69.64 | 89.42 | - |
YUV | 215.53 | 139.55 | 114.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 236 | 0.17 | 0.06 | 0 | 0.07 | 203.08 | 0.51 | 0.85 |
Hex | C5 | DD | EC | 11 | 6 | 0 | 7 | CB | 33 | 55 |
Octal | 305 | 335 | 354 | 21 | 6 | 0 | 7 | 313 | 63 | 125 |
Binary | 11000101 | 11011101 | 11101100 | 10001 | 110 | 0 | 111 | 11001011 | 110011 | 1010101 |
Color Harmonies of #C5DDEC
Complementary color
Monochromatic Colors of #C5DDEC
Black with #C5DDEC
Text Example
Text Example
White with #C5DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDEC; }
p { color: rgb(197,221,236); }
H1.HeaderClassName
{
color: #C5DDEC;
}
.AnyTagClassName
{
color: #C5DDEC;
}
</style>
background-color css
<style>
a { background-color: #C5DDEC; }
a { background-color: rgb(197,221,236); }
div.DivClassName
{
background-color: #C5DDEC;
}
.BgClassName
{
background-color: #C5DDEC;
}
</style>
border-color css
<style>
span { border-color: #C5DDEC; }
span { border-color: rgb(197,221,236); }
td.TdClassName
{
border-color: #C5DDEC;
}
.TagClassName
{
border-color: #C5DDEC;
}
</style>