Shades of Pattens Blue #CDD8DE
Tints of Pattens Blue #CDD8DE
RGB
CMYK
RGB Variations
Color information
#CDD8DE (or 0xCDD8DE) is known color: Pattens Blue. HEX triplet: CD, D8 and DE. RGB value is (205,216,222). Sum of RGB (Red+Green+Blue) = 205+216+222=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8DE is #322721. Grayscale: #D5D5D5. Windows color (decimal): -3286818 or 14604493. OLE color: 14604493.
HSL color Cylindrical-coordinate representation of color #CDD8DE: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD8DE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 216 | 222 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.13 |
| HSL | 201.18º | 0.2% | 0.84% | - |
| HSV(B) | 201.18º | 0.08% | 0.87% | - |
| XYZ | 62.92 | 67.36 | 78.79 | - |
| YUV | 213.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 222 | 0.08 | 0.03 | 0 | 0.13 | 201.18 | 0.2 | 0.84 |
| Hex | CD | D8 | DE | 8 | 3 | 0 | D | C9 | 14 | 54 |
| Octal | 315 | 330 | 336 | 10 | 3 | 0 | 15 | 311 | 24 | 124 |
| Binary | 11001101 | 11011000 | 11011110 | 1000 | 11 | 0 | 1101 | 11001001 | 10100 | 1010100 |
Color Harmonies of #CDD8DE
Complementary color
Monochromatic Colors of #CDD8DE
Black with #CDD8DE
Text Example
Text Example
White with #CDD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8DE; }
p { color: rgb(205,216,222); }
H1.HeaderClassName
{
color: #CDD8DE;
}
.AnyTagClassName
{
color: #CDD8DE;
}
</style>
background-color css
<style>
a { background-color: #CDD8DE; }
a { background-color: rgb(205,216,222); }
div.DivClassName
{
background-color: #CDD8DE;
}
.BgClassName
{
background-color: #CDD8DE;
}
</style>
border-color css
<style>
span { border-color: #CDD8DE; }
span { border-color: rgb(205,216,222); }
td.TdClassName
{
border-color: #CDD8DE;
}
.TagClassName
{
border-color: #CDD8DE;
}
</style>