Shades of Pattens Blue #CBE1E9
Tints of Pattens Blue #CBE1E9
RGB
CMYK
RGB Variations
Color information
#CBE1E9 (or 0xCBE1E9) is known color: Pattens Blue. HEX triplet: CB, E1 and E9. RGB value is (203,225,233). Sum of RGB (Red+Green+Blue) = 203+225+233=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1E9 is #341E16. Grayscale: #DBDBDB. Windows color (decimal): -3415575 or 15327691. OLE color: 15327691.
HSL color Cylindrical-coordinate representation of color #CBE1E9: hue angle of 196º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE1E9 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 225 | 233 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.09 |
| HSL | 196º | 0.41% | 0.85% | - |
| HSV(B) | 196º | 0.13% | 0.91% | - |
| XYZ | 66.26 | 72.43 | 87.58 | - |
| YUV | 219.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 233 | 0.13 | 0.03 | 0 | 0.09 | 196 | 0.41 | 0.85 |
| Hex | CB | E1 | E9 | D | 3 | 0 | 9 | C4 | 29 | 55 |
| Octal | 313 | 341 | 351 | 15 | 3 | 0 | 11 | 304 | 51 | 125 |
| Binary | 11001011 | 11100001 | 11101001 | 1101 | 11 | 0 | 1001 | 11000100 | 101001 | 1010101 |
Color Harmonies of #CBE1E9
Complementary color
Monochromatic Colors of #CBE1E9
Black with #CBE1E9
Text Example
Text Example
White with #CBE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1E9; }
p { color: rgb(203,225,233); }
H1.HeaderClassName
{
color: #CBE1E9;
}
.AnyTagClassName
{
color: #CBE1E9;
}
</style>
background-color css
<style>
a { background-color: #CBE1E9; }
a { background-color: rgb(203,225,233); }
div.DivClassName
{
background-color: #CBE1E9;
}
.BgClassName
{
background-color: #CBE1E9;
}
</style>
border-color css
<style>
span { border-color: #CBE1E9; }
span { border-color: rgb(203,225,233); }
td.TdClassName
{
border-color: #CBE1E9;
}
.TagClassName
{
border-color: #CBE1E9;
}
</style>