Shades of Pattens Blue #CCDCE6
Tints of Pattens Blue #CCDCE6
RGB
CMYK
RGB Variations
Color information
#CCDCE6 (or 0xCCDCE6) is known color: Pattens Blue. HEX triplet: CC, DC and E6. RGB value is (204,220,230). Sum of RGB (Red+Green+Blue) = 204+220+230=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCE6 is #332319. Grayscale: #D8D8D8. Windows color (decimal): -3351322 or 15129804. OLE color: 15129804.
HSL color Cylindrical-coordinate representation of color #CCDCE6: hue angle of 203.08º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDCE6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 220 | 230 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.10 |
| HSL | 203.08º | 0.34% | 0.85% | - |
| HSV(B) | 203.08º | 0.11% | 0.9% | - |
| XYZ | 64.78 | 69.74 | 84.91 | - |
| YUV | 216.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 230 | 0.11 | 0.04 | 0 | 0.10 | 203.08 | 0.34 | 0.85 |
| Hex | CC | DC | E6 | B | 4 | 0 | A | CB | 22 | 55 |
| Octal | 314 | 334 | 346 | 13 | 4 | 0 | 12 | 313 | 42 | 125 |
| Binary | 11001100 | 11011100 | 11100110 | 1011 | 100 | 0 | 1010 | 11001011 | 100010 | 1010101 |
Color Harmonies of #CCDCE6
Complementary color
Monochromatic Colors of #CCDCE6
Black with #CCDCE6
Text Example
Text Example
White with #CCDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCE6; }
p { color: rgb(204,220,230); }
H1.HeaderClassName
{
color: #CCDCE6;
}
.AnyTagClassName
{
color: #CCDCE6;
}
</style>
background-color css
<style>
a { background-color: #CCDCE6; }
a { background-color: rgb(204,220,230); }
div.DivClassName
{
background-color: #CCDCE6;
}
.BgClassName
{
background-color: #CCDCE6;
}
</style>
border-color css
<style>
span { border-color: #CCDCE6; }
span { border-color: rgb(204,220,230); }
td.TdClassName
{
border-color: #CCDCE6;
}
.TagClassName
{
border-color: #CCDCE6;
}
</style>