Shades of Pattens Blue #CCDAE2
Tints of Pattens Blue #CCDAE2
RGB
CMYK
RGB Variations
Color information
#CCDAE2 (or 0xCCDAE2) is known color: Pattens Blue. HEX triplet: CC, DA and E2. RGB value is (204,218,226). Sum of RGB (Red+Green+Blue) = 204+218+226=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAE2 is #33251D. Grayscale: #D6D6D6. Windows color (decimal): -3351838 or 14867148. OLE color: 14867148.
HSL color Cylindrical-coordinate representation of color #CCDAE2: hue angle of 201.82º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDAE2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 218 | 226 | - |
CMYK | 0.10 | 0.04 | 0 | 0.11 |
HSL | 201.82º | 0.28% | 0.84% | - |
HSV(B) | 201.82º | 0.1% | 0.89% | - |
XYZ | 63.7 | 68.47 | 81.81 | - |
YUV | 214.73 | 134.36 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 226 | 0.10 | 0.04 | 0 | 0.11 | 201.82 | 0.28 | 0.84 |
Hex | CC | DA | E2 | A | 4 | 0 | B | CA | 1C | 54 |
Octal | 314 | 332 | 342 | 12 | 4 | 0 | 13 | 312 | 34 | 124 |
Binary | 11001100 | 11011010 | 11100010 | 1010 | 100 | 0 | 1011 | 11001010 | 11100 | 1010100 |
Color Harmonies of #CCDAE2
Complementary color
Monochromatic Colors of #CCDAE2
Black with #CCDAE2
Text Example
Text Example
White with #CCDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAE2; }
p { color: rgb(204,218,226); }
H1.HeaderClassName
{
color: #CCDAE2;
}
.AnyTagClassName
{
color: #CCDAE2;
}
</style>
background-color css
<style>
a { background-color: #CCDAE2; }
a { background-color: rgb(204,218,226); }
div.DivClassName
{
background-color: #CCDAE2;
}
.BgClassName
{
background-color: #CCDAE2;
}
</style>
border-color css
<style>
span { border-color: #CCDAE2; }
span { border-color: rgb(204,218,226); }
td.TdClassName
{
border-color: #CCDAE2;
}
.TagClassName
{
border-color: #CCDAE2;
}
</style>