Shades of Pattens Blue #C5DDED
Tints of Pattens Blue #C5DDED
RGB
CMYK
RGB Variations
Color information
#C5DDED (or 0xC5DDED) is known color: Pattens Blue. HEX triplet: C5, DD and ED. RGB value is (197,221,237). Sum of RGB (Red+Green+Blue) = 197+221+237=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDED is #3A2212. Grayscale: #D7D7D7. Windows color (decimal): -3809811 or 15588805. OLE color: 15588805.
HSL color Cylindrical-coordinate representation of color #C5DDED: hue angle of 204º degrees, saturation: 0.53, 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 #C5DDED is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 221 | 237 | - |
CMYK | 0.17 | 0.07 | 0 | 0.07 |
HSL | 204º | 0.53% | 0.85% | - |
HSV(B) | 204º | 0.17% | 0.93% | - |
XYZ | 64.17 | 69.7 | 90.19 | - |
YUV | 215.65 | 140.05 | 114.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 237 | 0.17 | 0.07 | 0 | 0.07 | 204 | 0.53 | 0.85 |
Hex | C5 | DD | ED | 11 | 7 | 0 | 7 | CC | 35 | 55 |
Octal | 305 | 335 | 355 | 21 | 7 | 0 | 7 | 314 | 65 | 125 |
Binary | 11000101 | 11011101 | 11101101 | 10001 | 111 | 0 | 111 | 11001100 | 110101 | 1010101 |
Color Harmonies of #C5DDED
Complementary color
Monochromatic Colors of #C5DDED
Black with #C5DDED
Text Example
Text Example
White with #C5DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDED; }
p { color: rgb(197,221,237); }
H1.HeaderClassName
{
color: #C5DDED;
}
.AnyTagClassName
{
color: #C5DDED;
}
</style>
background-color css
<style>
a { background-color: #C5DDED; }
a { background-color: rgb(197,221,237); }
div.DivClassName
{
background-color: #C5DDED;
}
.BgClassName
{
background-color: #C5DDED;
}
</style>
border-color css
<style>
span { border-color: #C5DDED; }
span { border-color: rgb(197,221,237); }
td.TdClassName
{
border-color: #C5DDED;
}
.TagClassName
{
border-color: #C5DDED;
}
</style>