Shades of Pattens Blue #CCDADF
Tints of Pattens Blue #CCDADF
RGB
CMYK
RGB Variations
Color information
#CCDADF (or 0xCCDADF) is known color: Pattens Blue. HEX triplet: CC, DA and DF. RGB value is (204,218,223). Sum of RGB (Red+Green+Blue) = 204+218+223=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDADF is #332520. Grayscale: #D6D6D6. Windows color (decimal): -3351841 or 14670540. OLE color: 14670540.
HSL color Cylindrical-coordinate representation of color #CCDADF: hue angle of 195.79º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDADF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 218 | 223 | - |
CMYK | 0.09 | 0.02 | 0 | 0.13 |
HSL | 195.79º | 0.23% | 0.84% | - |
HSV(B) | 195.79º | 0.09% | 0.87% | - |
XYZ | 63.29 | 68.31 | 79.66 | - |
YUV | 214.38 | 132.86 | 120.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 223 | 0.09 | 0.02 | 0 | 0.13 | 195.79 | 0.23 | 0.84 |
Hex | CC | DA | DF | 9 | 2 | 0 | D | C4 | 17 | 54 |
Octal | 314 | 332 | 337 | 11 | 2 | 0 | 15 | 304 | 27 | 124 |
Binary | 11001100 | 11011010 | 11011111 | 1001 | 10 | 0 | 1101 | 11000100 | 10111 | 1010100 |
Color Harmonies of #CCDADF
Complementary color
Monochromatic Colors of #CCDADF
Black with #CCDADF
Text Example
Text Example
White with #CCDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDADF; }
p { color: rgb(204,218,223); }
H1.HeaderClassName
{
color: #CCDADF;
}
.AnyTagClassName
{
color: #CCDADF;
}
</style>
background-color css
<style>
a { background-color: #CCDADF; }
a { background-color: rgb(204,218,223); }
div.DivClassName
{
background-color: #CCDADF;
}
.BgClassName
{
background-color: #CCDADF;
}
</style>
border-color css
<style>
span { border-color: #CCDADF; }
span { border-color: rgb(204,218,223); }
td.TdClassName
{
border-color: #CCDADF;
}
.TagClassName
{
border-color: #CCDADF;
}
</style>