Shades of Pattens Blue #CCD8DD
Tints of Pattens Blue #CCD8DD
RGB
CMYK
RGB Variations
Color information
#CCD8DD (or 0xCCD8DD) is known color: Pattens Blue. HEX triplet: CC, D8 and DD. RGB value is (204,216,221). Sum of RGB (Red+Green+Blue) = 204+216+221=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 216 (84.77% from 255 or 33.70% 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 #CCD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DD is #332722. Grayscale: #D4D4D4. Windows color (decimal): -3352355 or 14538956. OLE color: 14538956.
HSL color Cylindrical-coordinate representation of color #CCD8DD: hue angle of 197.65º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD8DD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 216 | 221 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.13 |
| HSL | 197.65º | 0.2% | 0.83% | - |
| HSV(B) | 197.65º | 0.08% | 0.87% | - |
| XYZ | 62.51 | 67.17 | 78.08 | - |
| YUV | 212.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 221 | 0.08 | 0.02 | 0 | 0.13 | 197.65 | 0.2 | 0.83 |
| Hex | CC | D8 | DD | 8 | 2 | 0 | D | C6 | 14 | 53 |
| Octal | 314 | 330 | 335 | 10 | 2 | 0 | 15 | 306 | 24 | 123 |
| Binary | 11001100 | 11011000 | 11011101 | 1000 | 10 | 0 | 1101 | 11000110 | 10100 | 1010011 |
Color Harmonies of #CCD8DD
Complementary color
Monochromatic Colors of #CCD8DD
Black with #CCD8DD
Text Example
Text Example
White with #CCD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8DD; }
p { color: rgb(204,216,221); }
H1.HeaderClassName
{
color: #CCD8DD;
}
.AnyTagClassName
{
color: #CCD8DD;
}
</style>
background-color css
<style>
a { background-color: #CCD8DD; }
a { background-color: rgb(204,216,221); }
div.DivClassName
{
background-color: #CCD8DD;
}
.BgClassName
{
background-color: #CCD8DD;
}
</style>
border-color css
<style>
span { border-color: #CCD8DD; }
span { border-color: rgb(204,216,221); }
td.TdClassName
{
border-color: #CCD8DD;
}
.TagClassName
{
border-color: #CCD8DD;
}
</style>