Shades of Pattens Blue #CCDEE8
Tints of Pattens Blue #CCDEE8
RGB
CMYK
RGB Variations
Color information
#CCDEE8 (or 0xCCDEE8) is known color: Pattens Blue. HEX triplet: CC, DE and E8. RGB value is (204,222,232). Sum of RGB (Red+Green+Blue) = 204+222+232=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEE8 is #332117. Grayscale: #D9D9D9. Windows color (decimal): -3350808 or 15261388. OLE color: 15261388.
HSL color Cylindrical-coordinate representation of color #CCDEE8: hue angle of 201.43º 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 #CCDEE8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 222 | 232 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.09 |
| HSL | 201.43º | 0.38% | 0.85% | - |
| HSV(B) | 201.43º | 0.12% | 0.91% | - |
| XYZ | 65.59 | 70.91 | 86.57 | - |
| YUV | 217.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 232 | 0.12 | 0.04 | 0 | 0.09 | 201.43 | 0.38 | 0.85 |
| Hex | CC | DE | E8 | C | 4 | 0 | 9 | C9 | 26 | 55 |
| Octal | 314 | 336 | 350 | 14 | 4 | 0 | 11 | 311 | 46 | 125 |
| Binary | 11001100 | 11011110 | 11101000 | 1100 | 100 | 0 | 1001 | 11001001 | 100110 | 1010101 |
Color Harmonies of #CCDEE8
Complementary color
Monochromatic Colors of #CCDEE8
Black with #CCDEE8
Text Example
Text Example
White with #CCDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEE8; }
p { color: rgb(204,222,232); }
H1.HeaderClassName
{
color: #CCDEE8;
}
.AnyTagClassName
{
color: #CCDEE8;
}
</style>
background-color css
<style>
a { background-color: #CCDEE8; }
a { background-color: rgb(204,222,232); }
div.DivClassName
{
background-color: #CCDEE8;
}
.BgClassName
{
background-color: #CCDEE8;
}
</style>
border-color css
<style>
span { border-color: #CCDEE8; }
span { border-color: rgb(204,222,232); }
td.TdClassName
{
border-color: #CCDEE8;
}
.TagClassName
{
border-color: #CCDEE8;
}
</style>