Shades of Pattens Blue #CCDCEC
Tints of Pattens Blue #CCDCEC
RGB
CMYK
RGB Variations
Color information
#CCDCEC (or 0xCCDCEC) is known color: Pattens Blue. HEX triplet: CC, DC and EC. RGB value is (204,220,236). Sum of RGB (Red+Green+Blue) = 204+220+236=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCEC is #332313. Grayscale: #D8D8D8. Windows color (decimal): -3351316 or 15523020. OLE color: 15523020.
HSL color Cylindrical-coordinate representation of color #CCDCEC: hue angle of 210º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDCEC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 220 | 236 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.07 |
| HSL | 210º | 0.46% | 0.86% | - |
| HSV(B) | 210º | 0.14% | 0.93% | - |
| XYZ | 65.64 | 70.08 | 89.42 | - |
| YUV | 217.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 236 | 0.14 | 0.07 | 0 | 0.07 | 210 | 0.46 | 0.86 |
| Hex | CC | DC | EC | E | 7 | 0 | 7 | D2 | 2E | 56 |
| Octal | 314 | 334 | 354 | 16 | 7 | 0 | 7 | 322 | 56 | 126 |
| Binary | 11001100 | 11011100 | 11101100 | 1110 | 111 | 0 | 111 | 11010010 | 101110 | 1010110 |
Color Harmonies of #CCDCEC
Complementary color
Monochromatic Colors of #CCDCEC
Black with #CCDCEC
Text Example
Text Example
White with #CCDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCEC; }
p { color: rgb(204,220,236); }
H1.HeaderClassName
{
color: #CCDCEC;
}
.AnyTagClassName
{
color: #CCDCEC;
}
</style>
background-color css
<style>
a { background-color: #CCDCEC; }
a { background-color: rgb(204,220,236); }
div.DivClassName
{
background-color: #CCDCEC;
}
.BgClassName
{
background-color: #CCDCEC;
}
</style>
border-color css
<style>
span { border-color: #CCDCEC; }
span { border-color: rgb(204,220,236); }
td.TdClassName
{
border-color: #CCDCEC;
}
.TagClassName
{
border-color: #CCDCEC;
}
</style>