Shades of Pattens Blue #CCDCE8
Tints of Pattens Blue #CCDCE8
RGB
CMYK
RGB Variations
Color information
#CCDCE8 (or 0xCCDCE8) is known color: Pattens Blue. HEX triplet: CC, DC and E8. RGB value is (204,220,232). Sum of RGB (Red+Green+Blue) = 204+220+232=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCE8 is #332317. Grayscale: #D8D8D8. Windows color (decimal): -3351320 or 15260876. OLE color: 15260876.
HSL color Cylindrical-coordinate representation of color #CCDCE8: hue angle of 205.71º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDCE8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 220 | 232 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.09 |
| HSL | 205.71º | 0.38% | 0.85% | - |
| HSV(B) | 205.71º | 0.12% | 0.91% | - |
| XYZ | 65.06 | 69.85 | 86.4 | - |
| YUV | 216.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 232 | 0.12 | 0.05 | 0 | 0.09 | 205.71 | 0.38 | 0.85 |
| Hex | CC | DC | E8 | C | 5 | 0 | 9 | CE | 26 | 55 |
| Octal | 314 | 334 | 350 | 14 | 5 | 0 | 11 | 316 | 46 | 125 |
| Binary | 11001100 | 11011100 | 11101000 | 1100 | 101 | 0 | 1001 | 11001110 | 100110 | 1010101 |
Color Harmonies of #CCDCE8
Complementary color
Monochromatic Colors of #CCDCE8
Black with #CCDCE8
Text Example
Text Example
White with #CCDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCE8; }
p { color: rgb(204,220,232); }
H1.HeaderClassName
{
color: #CCDCE8;
}
.AnyTagClassName
{
color: #CCDCE8;
}
</style>
background-color css
<style>
a { background-color: #CCDCE8; }
a { background-color: rgb(204,220,232); }
div.DivClassName
{
background-color: #CCDCE8;
}
.BgClassName
{
background-color: #CCDCE8;
}
</style>
border-color css
<style>
span { border-color: #CCDCE8; }
span { border-color: rgb(204,220,232); }
td.TdClassName
{
border-color: #CCDCE8;
}
.TagClassName
{
border-color: #CCDCE8;
}
</style>