Shades of Pattens Blue #CBDAE5
Tints of Pattens Blue #CBDAE5
RGB
CMYK
RGB Variations
Color information
#CBDAE5 (or 0xCBDAE5) is known color: Pattens Blue. HEX triplet: CB, DA and E5. RGB value is (203,218,229). Sum of RGB (Red+Green+Blue) = 203+218+229=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAE5 is #34251A. Grayscale: #D6D6D6. Windows color (decimal): -3417371 or 15063755. OLE color: 15063755.
HSL color Cylindrical-coordinate representation of color #CBDAE5: hue angle of 205.38º degrees, saturation: 0.33, 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 #CBDAE5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 218 | 229 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.10 |
| HSL | 205.38º | 0.33% | 0.85% | - |
| HSV(B) | 205.38º | 0.11% | 0.9% | - |
| XYZ | 63.84 | 68.5 | 83.99 | - |
| YUV | 214.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 229 | 0.11 | 0.05 | 0 | 0.10 | 205.38 | 0.33 | 0.85 |
| Hex | CB | DA | E5 | B | 5 | 0 | A | CD | 21 | 55 |
| Octal | 313 | 332 | 345 | 13 | 5 | 0 | 12 | 315 | 41 | 125 |
| Binary | 11001011 | 11011010 | 11100101 | 1011 | 101 | 0 | 1010 | 11001101 | 100001 | 1010101 |
Color Harmonies of #CBDAE5
Complementary color
Monochromatic Colors of #CBDAE5
Black with #CBDAE5
Text Example
Text Example
White with #CBDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAE5; }
p { color: rgb(203,218,229); }
H1.HeaderClassName
{
color: #CBDAE5;
}
.AnyTagClassName
{
color: #CBDAE5;
}
</style>
background-color css
<style>
a { background-color: #CBDAE5; }
a { background-color: rgb(203,218,229); }
div.DivClassName
{
background-color: #CBDAE5;
}
.BgClassName
{
background-color: #CBDAE5;
}
</style>
border-color css
<style>
span { border-color: #CBDAE5; }
span { border-color: rgb(203,218,229); }
td.TdClassName
{
border-color: #CBDAE5;
}
.TagClassName
{
border-color: #CBDAE5;
}
</style>