Shades of Pattens Blue #CCDDE6
Tints of Pattens Blue #CCDDE6
RGB
CMYK
RGB Variations
Color information
#CCDDE6 (or 0xCCDDE6) is known color: Pattens Blue. HEX triplet: CC, DD and E6. RGB value is (204,221,230). Sum of RGB (Red+Green+Blue) = 204+221+230=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDE6 is #332219. Grayscale: #D8D8D8. Windows color (decimal): -3351066 or 15130060. OLE color: 15130060.
HSL color Cylindrical-coordinate representation of color #CCDDE6: hue angle of 200.77º 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 #CCDDE6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 221 | 230 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.10 |
| HSL | 200.77º | 0.34% | 0.85% | - |
| HSV(B) | 200.77º | 0.11% | 0.9% | - |
| XYZ | 65.04 | 70.26 | 85 | - |
| YUV | 216.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 230 | 0.11 | 0.04 | 0 | 0.10 | 200.77 | 0.34 | 0.85 |
| Hex | CC | DD | E6 | B | 4 | 0 | A | C9 | 22 | 55 |
| Octal | 314 | 335 | 346 | 13 | 4 | 0 | 12 | 311 | 42 | 125 |
| Binary | 11001100 | 11011101 | 11100110 | 1011 | 100 | 0 | 1010 | 11001001 | 100010 | 1010101 |
Color Harmonies of #CCDDE6
Complementary color
Monochromatic Colors of #CCDDE6
Black with #CCDDE6
Text Example
Text Example
White with #CCDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDE6; }
p { color: rgb(204,221,230); }
H1.HeaderClassName
{
color: #CCDDE6;
}
.AnyTagClassName
{
color: #CCDDE6;
}
</style>
background-color css
<style>
a { background-color: #CCDDE6; }
a { background-color: rgb(204,221,230); }
div.DivClassName
{
background-color: #CCDDE6;
}
.BgClassName
{
background-color: #CCDDE6;
}
</style>
border-color css
<style>
span { border-color: #CCDDE6; }
span { border-color: rgb(204,221,230); }
td.TdClassName
{
border-color: #CCDDE6;
}
.TagClassName
{
border-color: #CCDDE6;
}
</style>