Shades of Pattens Blue #CCDAE5
Tints of Pattens Blue #CCDAE5
RGB
CMYK
RGB Variations
Color information
#CCDAE5 (or 0xCCDAE5) is known color: Pattens Blue. HEX triplet: CC, DA and E5. RGB value is (204,218,229). Sum of RGB (Red+Green+Blue) = 204+218+229=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAE5 is #33251A. Grayscale: #D7D7D7. Windows color (decimal): -3351835 or 15063756. OLE color: 15063756.
HSL color Cylindrical-coordinate representation of color #CCDAE5: hue angle of 206.4º degrees, saturation: 0.32, 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 #CCDAE5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 218 | 229 | - |
CMYK | 0.11 | 0.05 | 0 | 0.10 |
HSL | 206.4º | 0.32% | 0.85% | - |
HSV(B) | 206.4º | 0.11% | 0.9% | - |
XYZ | 64.12 | 68.64 | 84 | - |
YUV | 215.07 | 135.86 | 120.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 229 | 0.11 | 0.05 | 0 | 0.10 | 206.4 | 0.32 | 0.85 |
Hex | CC | DA | E5 | B | 5 | 0 | A | CE | 20 | 55 |
Octal | 314 | 332 | 345 | 13 | 5 | 0 | 12 | 316 | 40 | 125 |
Binary | 11001100 | 11011010 | 11100101 | 1011 | 101 | 0 | 1010 | 11001110 | 100000 | 1010101 |
Color Harmonies of #CCDAE5
Complementary color
Monochromatic Colors of #CCDAE5
Black with #CCDAE5
Text Example
Text Example
White with #CCDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAE5; }
p { color: rgb(204,218,229); }
H1.HeaderClassName
{
color: #CCDAE5;
}
.AnyTagClassName
{
color: #CCDAE5;
}
</style>
background-color css
<style>
a { background-color: #CCDAE5; }
a { background-color: rgb(204,218,229); }
div.DivClassName
{
background-color: #CCDAE5;
}
.BgClassName
{
background-color: #CCDAE5;
}
</style>
border-color css
<style>
span { border-color: #CCDAE5; }
span { border-color: rgb(204,218,229); }
td.TdClassName
{
border-color: #CCDAE5;
}
.TagClassName
{
border-color: #CCDAE5;
}
</style>