Shades of Pattens Blue #CCD7DC
Tints of Pattens Blue #CCD7DC
RGB
CMYK
RGB Variations
Color information
#CCD7DC (or 0xCCD7DC) is known color: Pattens Blue. HEX triplet: CC, D7 and DC. RGB value is (204,215,220). Sum of RGB (Red+Green+Blue) = 204+215+220=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DC is #332823. Grayscale: #D4D4D4. Windows color (decimal): -3352612 or 14473164. OLE color: 14473164.
HSL color Cylindrical-coordinate representation of color #CCD7DC: hue angle of 198.75º 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 #CCD7DC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 215 | 220 | - |
CMYK | 0.07 | 0.02 | 0 | 0.14 |
HSL | 198.75º | 0.19% | 0.83% | - |
HSV(B) | 198.75º | 0.07% | 0.86% | - |
XYZ | 62.12 | 66.61 | 77.29 | - |
YUV | 212.28 | 132.36 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 215 | 220 | 0.07 | 0.02 | 0 | 0.14 | 198.75 | 0.19 | 0.83 |
Hex | CC | D7 | DC | 7 | 2 | 0 | E | C7 | 13 | 53 |
Octal | 314 | 327 | 334 | 7 | 2 | 0 | 16 | 307 | 23 | 123 |
Binary | 11001100 | 11010111 | 11011100 | 111 | 10 | 0 | 1110 | 11000111 | 10011 | 1010011 |
Color Harmonies of #CCD7DC
Complementary color
Monochromatic Colors of #CCD7DC
Black with #CCD7DC
Text Example
Text Example
White with #CCD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7DC; }
p { color: rgb(204,215,220); }
H1.HeaderClassName
{
color: #CCD7DC;
}
.AnyTagClassName
{
color: #CCD7DC;
}
</style>
background-color css
<style>
a { background-color: #CCD7DC; }
a { background-color: rgb(204,215,220); }
div.DivClassName
{
background-color: #CCD7DC;
}
.BgClassName
{
background-color: #CCD7DC;
}
</style>
border-color css
<style>
span { border-color: #CCD7DC; }
span { border-color: rgb(204,215,220); }
td.TdClassName
{
border-color: #CCD7DC;
}
.TagClassName
{
border-color: #CCD7DC;
}
</style>