Shades of Pattens Blue #CBE0EC
Tints of Pattens Blue #CBE0EC
RGB
CMYK
RGB Variations
Color information
#CBE0EC (or 0xCBE0EC) is known color: Pattens Blue. HEX triplet: CB, E0 and EC. RGB value is (203,224,236). Sum of RGB (Red+Green+Blue) = 203+224+236=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0EC is #341F13. Grayscale: #DBDBDB. Windows color (decimal): -3415828 or 15524043. OLE color: 15524043.
HSL color Cylindrical-coordinate representation of color #CBE0EC: hue angle of 201.82º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE0EC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 224 | 236 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.07 |
| HSL | 201.82º | 0.46% | 0.86% | - |
| HSV(B) | 201.82º | 0.14% | 0.93% | - |
| XYZ | 66.42 | 72.06 | 89.77 | - |
| YUV | 219.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 236 | 0.14 | 0.05 | 0 | 0.07 | 201.82 | 0.46 | 0.86 |
| Hex | CB | E0 | EC | E | 5 | 0 | 7 | CA | 2E | 56 |
| Octal | 313 | 340 | 354 | 16 | 5 | 0 | 7 | 312 | 56 | 126 |
| Binary | 11001011 | 11100000 | 11101100 | 1110 | 101 | 0 | 111 | 11001010 | 101110 | 1010110 |
Color Harmonies of #CBE0EC
Complementary color
Monochromatic Colors of #CBE0EC
Black with #CBE0EC
Text Example
Text Example
White with #CBE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0EC; }
p { color: rgb(203,224,236); }
H1.HeaderClassName
{
color: #CBE0EC;
}
.AnyTagClassName
{
color: #CBE0EC;
}
</style>
background-color css
<style>
a { background-color: #CBE0EC; }
a { background-color: rgb(203,224,236); }
div.DivClassName
{
background-color: #CBE0EC;
}
.BgClassName
{
background-color: #CBE0EC;
}
</style>
border-color css
<style>
span { border-color: #CBE0EC; }
span { border-color: rgb(203,224,236); }
td.TdClassName
{
border-color: #CBE0EC;
}
.TagClassName
{
border-color: #CBE0EC;
}
</style>