Shades of Pattens Blue #CDD7DD
Tints of Pattens Blue #CDD7DD
RGB
CMYK
RGB Variations
Color information
#CDD7DD (or 0xCDD7DD) is known color: Pattens Blue. HEX triplet: CD, D7 and DD. RGB value is (205,215,221). Sum of RGB (Red+Green+Blue) = 205+215+221=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7DD is #322822. Grayscale: #D4D4D4. Windows color (decimal): -3287075 or 14538701. OLE color: 14538701.
HSL color Cylindrical-coordinate representation of color #CDD7DD: hue angle of 202.5º 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 #CDD7DD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 215 | 221 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.13 |
| HSL | 202.5º | 0.19% | 0.84% | - |
| HSV(B) | 202.5º | 0.07% | 0.87% | - |
| XYZ | 62.53 | 66.8 | 78 | - |
| YUV | 212.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 221 | 0.07 | 0.03 | 0 | 0.13 | 202.5 | 0.19 | 0.84 |
| Hex | CD | D7 | DD | 7 | 3 | 0 | D | CA | 13 | 54 |
| Octal | 315 | 327 | 335 | 7 | 3 | 0 | 15 | 312 | 23 | 124 |
| Binary | 11001101 | 11010111 | 11011101 | 111 | 11 | 0 | 1101 | 11001010 | 10011 | 1010100 |
Color Harmonies of #CDD7DD
Complementary color
Monochromatic Colors of #CDD7DD
Black with #CDD7DD
Text Example
Text Example
White with #CDD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7DD; }
p { color: rgb(205,215,221); }
H1.HeaderClassName
{
color: #CDD7DD;
}
.AnyTagClassName
{
color: #CDD7DD;
}
</style>
background-color css
<style>
a { background-color: #CDD7DD; }
a { background-color: rgb(205,215,221); }
div.DivClassName
{
background-color: #CDD7DD;
}
.BgClassName
{
background-color: #CDD7DD;
}
</style>
border-color css
<style>
span { border-color: #CDD7DD; }
span { border-color: rgb(205,215,221); }
td.TdClassName
{
border-color: #CDD7DD;
}
.TagClassName
{
border-color: #CDD7DD;
}
</style>