Shades of Pattens Blue #CCD7DF
Tints of Pattens Blue #CCD7DF
RGB
CMYK
RGB Variations
Color information
#CCD7DF (or 0xCCD7DF) is known color: Pattens Blue. HEX triplet: CC, D7 and DF. RGB value is (204,215,223). Sum of RGB (Red+Green+Blue) = 204+215+223=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DF is #332820. Grayscale: #D4D4D4. Windows color (decimal): -3352609 or 14669772. OLE color: 14669772.
HSL color Cylindrical-coordinate representation of color #CCD7DF: hue angle of 205.26º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD7DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 215 | 223 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.13 |
| HSL | 205.26º | 0.23% | 0.84% | - |
| HSV(B) | 205.26º | 0.09% | 0.87% | - |
| XYZ | 62.52 | 66.77 | 79.4 | - |
| YUV | 212.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 223 | 0.09 | 0.04 | 0 | 0.13 | 205.26 | 0.23 | 0.84 |
| Hex | CC | D7 | DF | 9 | 4 | 0 | D | CD | 17 | 54 |
| Octal | 314 | 327 | 337 | 11 | 4 | 0 | 15 | 315 | 27 | 124 |
| Binary | 11001100 | 11010111 | 11011111 | 1001 | 100 | 0 | 1101 | 11001101 | 10111 | 1010100 |
Color Harmonies of #CCD7DF
Complementary color
Monochromatic Colors of #CCD7DF
Black with #CCD7DF
Text Example
Text Example
White with #CCD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7DF; }
p { color: rgb(204,215,223); }
H1.HeaderClassName
{
color: #CCD7DF;
}
.AnyTagClassName
{
color: #CCD7DF;
}
</style>
background-color css
<style>
a { background-color: #CCD7DF; }
a { background-color: rgb(204,215,223); }
div.DivClassName
{
background-color: #CCD7DF;
}
.BgClassName
{
background-color: #CCD7DF;
}
</style>
border-color css
<style>
span { border-color: #CCD7DF; }
span { border-color: rgb(204,215,223); }
td.TdClassName
{
border-color: #CCD7DF;
}
.TagClassName
{
border-color: #CCD7DF;
}
</style>