Shades of Pattens Blue #CDD8DD
Tints of Pattens Blue #CDD8DD
RGB
CMYK
RGB Variations
Color information
#CDD8DD (or 0xCDD8DD) is known color: Pattens Blue. HEX triplet: CD, D8 and DD. RGB value is (205,216,221). Sum of RGB (Red+Green+Blue) = 205+216+221=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8DD is #322722. Grayscale: #D5D5D5. Windows color (decimal): -3286819 or 14538957. OLE color: 14538957.
HSL color Cylindrical-coordinate representation of color #CDD8DD: hue angle of 198.75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD8DD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 216 | 221 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.13 |
| HSL | 198.75º | 0.19% | 0.84% | - |
| HSV(B) | 198.75º | 0.07% | 0.87% | - |
| XYZ | 62.78 | 67.31 | 78.09 | - |
| YUV | 213.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 221 | 0.07 | 0.02 | 0 | 0.13 | 198.75 | 0.19 | 0.84 |
| Hex | CD | D8 | DD | 7 | 2 | 0 | D | C7 | 13 | 54 |
| Octal | 315 | 330 | 335 | 7 | 2 | 0 | 15 | 307 | 23 | 124 |
| Binary | 11001101 | 11011000 | 11011101 | 111 | 10 | 0 | 1101 | 11000111 | 10011 | 1010100 |
Color Harmonies of #CDD8DD
Complementary color
Monochromatic Colors of #CDD8DD
Black with #CDD8DD
Text Example
Text Example
White with #CDD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8DD; }
p { color: rgb(205,216,221); }
H1.HeaderClassName
{
color: #CDD8DD;
}
.AnyTagClassName
{
color: #CDD8DD;
}
</style>
background-color css
<style>
a { background-color: #CDD8DD; }
a { background-color: rgb(205,216,221); }
div.DivClassName
{
background-color: #CDD8DD;
}
.BgClassName
{
background-color: #CDD8DD;
}
</style>
border-color css
<style>
span { border-color: #CDD8DD; }
span { border-color: rgb(205,216,221); }
td.TdClassName
{
border-color: #CDD8DD;
}
.TagClassName
{
border-color: #CDD8DD;
}
</style>