Shades of Pattens Blue #CCDAE7
Tints of Pattens Blue #CCDAE7
RGB
CMYK
RGB Variations
Color information
#CCDAE7 (or 0xCCDAE7) is known color: Pattens Blue. HEX triplet: CC, DA and E7. RGB value is (204,218,231). Sum of RGB (Red+Green+Blue) = 204+218+231=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAE7 is #332518. Grayscale: #D7D7D7. Windows color (decimal): -3351833 or 15194828. OLE color: 15194828.
HSL color Cylindrical-coordinate representation of color #CCDAE7: hue angle of 208.89º degrees, saturation: 0.36, 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 #CCDAE7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 218 | 231 | - |
CMYK | 0.12 | 0.06 | 0 | 0.09 |
HSL | 208.89º | 0.36% | 0.85% | - |
HSV(B) | 208.89º | 0.12% | 0.91% | - |
XYZ | 64.4 | 68.75 | 85.48 | - |
YUV | 215.3 | 136.86 | 119.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 231 | 0.12 | 0.06 | 0 | 0.09 | 208.89 | 0.36 | 0.85 |
Hex | CC | DA | E7 | C | 6 | 0 | 9 | D1 | 24 | 55 |
Octal | 314 | 332 | 347 | 14 | 6 | 0 | 11 | 321 | 44 | 125 |
Binary | 11001100 | 11011010 | 11100111 | 1100 | 110 | 0 | 1001 | 11010001 | 100100 | 1010101 |
Color Harmonies of #CCDAE7
Complementary color
Monochromatic Colors of #CCDAE7
Black with #CCDAE7
Text Example
Text Example
White with #CCDAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAE7; }
p { color: rgb(204,218,231); }
H1.HeaderClassName
{
color: #CCDAE7;
}
.AnyTagClassName
{
color: #CCDAE7;
}
</style>
background-color css
<style>
a { background-color: #CCDAE7; }
a { background-color: rgb(204,218,231); }
div.DivClassName
{
background-color: #CCDAE7;
}
.BgClassName
{
background-color: #CCDAE7;
}
</style>
border-color css
<style>
span { border-color: #CCDAE7; }
span { border-color: rgb(204,218,231); }
td.TdClassName
{
border-color: #CCDAE7;
}
.TagClassName
{
border-color: #CCDAE7;
}
</style>