Shades of Pattens Blue #CCDCE3
Tints of Pattens Blue #CCDCE3
RGB
CMYK
RGB Variations
Color information
#CCDCE3 (or 0xCCDCE3) is known color: Pattens Blue. HEX triplet: CC, DC and E3. RGB value is (204,220,227). Sum of RGB (Red+Green+Blue) = 204+220+227=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCE3 is #33231C. Grayscale: #D7D7D7. Windows color (decimal): -3351325 or 14933196. OLE color: 14933196.
HSL color Cylindrical-coordinate representation of color #CCDCE3: hue angle of 198.26º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDCE3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 220 | 227 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.11 |
| HSL | 198.26º | 0.29% | 0.85% | - |
| HSV(B) | 198.26º | 0.1% | 0.89% | - |
| XYZ | 64.36 | 69.57 | 82.71 | - |
| YUV | 216.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 227 | 0.10 | 0.03 | 0 | 0.11 | 198.26 | 0.29 | 0.85 |
| Hex | CC | DC | E3 | A | 3 | 0 | B | C6 | 1D | 55 |
| Octal | 314 | 334 | 343 | 12 | 3 | 0 | 13 | 306 | 35 | 125 |
| Binary | 11001100 | 11011100 | 11100011 | 1010 | 11 | 0 | 1011 | 11000110 | 11101 | 1010101 |
Color Harmonies of #CCDCE3
Complementary color
Monochromatic Colors of #CCDCE3
Black with #CCDCE3
Text Example
Text Example
White with #CCDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCE3; }
p { color: rgb(204,220,227); }
H1.HeaderClassName
{
color: #CCDCE3;
}
.AnyTagClassName
{
color: #CCDCE3;
}
</style>
background-color css
<style>
a { background-color: #CCDCE3; }
a { background-color: rgb(204,220,227); }
div.DivClassName
{
background-color: #CCDCE3;
}
.BgClassName
{
background-color: #CCDCE3;
}
</style>
border-color css
<style>
span { border-color: #CCDCE3; }
span { border-color: rgb(204,220,227); }
td.TdClassName
{
border-color: #CCDCE3;
}
.TagClassName
{
border-color: #CCDCE3;
}
</style>