Shades of Pattens Blue #CDDAE0
Tints of Pattens Blue #CDDAE0
RGB
CMYK
RGB Variations
Color information
#CDDAE0 (or 0xCDDAE0) is known color: Pattens Blue. HEX triplet: CD, DA and E0. RGB value is (205,218,224). Sum of RGB (Red+Green+Blue) = 205+218+224=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDDAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAE0 is #32251F. Grayscale: #D6D6D6. Windows color (decimal): -3286304 or 14736077. OLE color: 14736077.
HSL color Cylindrical-coordinate representation of color #CDDAE0: hue angle of 198.95º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDAE0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 218 | 224 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.12 |
| HSL | 198.95º | 0.23% | 0.84% | - |
| HSV(B) | 198.95º | 0.08% | 0.88% | - |
| XYZ | 63.7 | 68.5 | 80.39 | - |
| YUV | 214.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 224 | 0.08 | 0.03 | 0 | 0.12 | 198.95 | 0.23 | 0.84 |
| Hex | CD | DA | E0 | 8 | 3 | 0 | C | C7 | 17 | 54 |
| Octal | 315 | 332 | 340 | 10 | 3 | 0 | 14 | 307 | 27 | 124 |
| Binary | 11001101 | 11011010 | 11100000 | 1000 | 11 | 0 | 1100 | 11000111 | 10111 | 1010100 |
Color Harmonies of #CDDAE0
Complementary color
Monochromatic Colors of #CDDAE0
Black with #CDDAE0
Text Example
Text Example
White with #CDDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAE0; }
p { color: rgb(205,218,224); }
H1.HeaderClassName
{
color: #CDDAE0;
}
.AnyTagClassName
{
color: #CDDAE0;
}
</style>
background-color css
<style>
a { background-color: #CDDAE0; }
a { background-color: rgb(205,218,224); }
div.DivClassName
{
background-color: #CDDAE0;
}
.BgClassName
{
background-color: #CDDAE0;
}
</style>
border-color css
<style>
span { border-color: #CDDAE0; }
span { border-color: rgb(205,218,224); }
td.TdClassName
{
border-color: #CDDAE0;
}
.TagClassName
{
border-color: #CDDAE0;
}
</style>