Shades of Pattens Blue #C9DDED
Tints of Pattens Blue #C9DDED
RGB
CMYK
RGB Variations
Color information
#C9DDED (or 0xC9DDED) is known color: Pattens Blue. HEX triplet: C9, DD and ED. RGB value is (201,221,237). Sum of RGB (Red+Green+Blue) = 201+221+237=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DDED is #362212. Grayscale: #D8D8D8. Windows color (decimal): -3547667 or 15588809. OLE color: 15588809.
HSL color Cylindrical-coordinate representation of color #C9DDED: hue angle of 206.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DDED is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 221 | 237 | - |
CMYK | 0.15 | 0.07 | 0 | 0.07 |
HSL | 206.67º | 0.5% | 0.86% | - |
HSV(B) | 206.67º | 0.15% | 0.93% | - |
XYZ | 65.23 | 70.24 | 90.24 | - |
YUV | 216.84 | 139.37 | 116.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 237 | 0.15 | 0.07 | 0 | 0.07 | 206.67 | 0.5 | 0.86 |
Hex | C9 | DD | ED | F | 7 | 0 | 7 | CF | 32 | 56 |
Octal | 311 | 335 | 355 | 17 | 7 | 0 | 7 | 317 | 62 | 126 |
Binary | 11001001 | 11011101 | 11101101 | 1111 | 111 | 0 | 111 | 11001111 | 110010 | 1010110 |
Color Harmonies of #C9DDED
Complementary color
Monochromatic Colors of #C9DDED
Black with #C9DDED
Text Example
Text Example
White with #C9DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDED; }
p { color: rgb(201,221,237); }
H1.HeaderClassName
{
color: #C9DDED;
}
.AnyTagClassName
{
color: #C9DDED;
}
</style>
background-color css
<style>
a { background-color: #C9DDED; }
a { background-color: rgb(201,221,237); }
div.DivClassName
{
background-color: #C9DDED;
}
.BgClassName
{
background-color: #C9DDED;
}
</style>
border-color css
<style>
span { border-color: #C9DDED; }
span { border-color: rgb(201,221,237); }
td.TdClassName
{
border-color: #C9DDED;
}
.TagClassName
{
border-color: #C9DDED;
}
</style>