Shades of Pattens Blue #CBDAE1
Tints of Pattens Blue #CBDAE1
RGB
CMYK
RGB Variations
Color information
#CBDAE1 (or 0xCBDAE1) is known color: Pattens Blue. HEX triplet: CB, DA and E1. RGB value is (203,218,225). Sum of RGB (Red+Green+Blue) = 203+218+225=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAE1 is #34251E. Grayscale: #D6D6D6. Windows color (decimal): -3417375 or 14801611. OLE color: 14801611.
HSL color Cylindrical-coordinate representation of color #CBDAE1: hue angle of 199.09º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDAE1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 218 | 225 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.12 |
| HSL | 199.09º | 0.27% | 0.84% | - |
| HSV(B) | 199.09º | 0.1% | 0.88% | - |
| XYZ | 63.29 | 68.28 | 81.08 | - |
| YUV | 214.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 225 | 0.10 | 0.03 | 0 | 0.12 | 199.09 | 0.27 | 0.84 |
| Hex | CB | DA | E1 | A | 3 | 0 | C | C7 | 1B | 54 |
| Octal | 313 | 332 | 341 | 12 | 3 | 0 | 14 | 307 | 33 | 124 |
| Binary | 11001011 | 11011010 | 11100001 | 1010 | 11 | 0 | 1100 | 11000111 | 11011 | 1010100 |
Color Harmonies of #CBDAE1
Complementary color
Monochromatic Colors of #CBDAE1
Black with #CBDAE1
Text Example
Text Example
White with #CBDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAE1; }
p { color: rgb(203,218,225); }
H1.HeaderClassName
{
color: #CBDAE1;
}
.AnyTagClassName
{
color: #CBDAE1;
}
</style>
background-color css
<style>
a { background-color: #CBDAE1; }
a { background-color: rgb(203,218,225); }
div.DivClassName
{
background-color: #CBDAE1;
}
.BgClassName
{
background-color: #CBDAE1;
}
</style>
border-color css
<style>
span { border-color: #CBDAE1; }
span { border-color: rgb(203,218,225); }
td.TdClassName
{
border-color: #CBDAE1;
}
.TagClassName
{
border-color: #CBDAE1;
}
</style>