Shades of Pattens Blue #CCD6DC
Tints of Pattens Blue #CCD6DC
RGB
CMYK
RGB Variations
Color information
#CCD6DC (or 0xCCD6DC) is known color: Pattens Blue. HEX triplet: CC, D6 and DC. RGB value is (204,214,220). Sum of RGB (Red+Green+Blue) = 204+214+220=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DC is #332923. Grayscale: #D3D3D3. Windows color (decimal): -3352868 or 14472908. OLE color: 14472908.
HSL color Cylindrical-coordinate representation of color #CCD6DC: hue angle of 202.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD6DC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 214 | 220 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.14 |
| HSL | 202.5º | 0.19% | 0.83% | - |
| HSV(B) | 202.5º | 0.07% | 0.86% | - |
| XYZ | 61.87 | 66.1 | 77.21 | - |
| YUV | 211.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 220 | 0.07 | 0.03 | 0 | 0.14 | 202.5 | 0.19 | 0.83 |
| Hex | CC | D6 | DC | 7 | 3 | 0 | E | CA | 13 | 53 |
| Octal | 314 | 326 | 334 | 7 | 3 | 0 | 16 | 312 | 23 | 123 |
| Binary | 11001100 | 11010110 | 11011100 | 111 | 11 | 0 | 1110 | 11001010 | 10011 | 1010011 |
Color Harmonies of #CCD6DC
Complementary color
Monochromatic Colors of #CCD6DC
Black with #CCD6DC
Text Example
Text Example
White with #CCD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6DC; }
p { color: rgb(204,214,220); }
H1.HeaderClassName
{
color: #CCD6DC;
}
.AnyTagClassName
{
color: #CCD6DC;
}
</style>
background-color css
<style>
a { background-color: #CCD6DC; }
a { background-color: rgb(204,214,220); }
div.DivClassName
{
background-color: #CCD6DC;
}
.BgClassName
{
background-color: #CCD6DC;
}
</style>
border-color css
<style>
span { border-color: #CCD6DC; }
span { border-color: rgb(204,214,220); }
td.TdClassName
{
border-color: #CCD6DC;
}
.TagClassName
{
border-color: #CCD6DC;
}
</style>