Shades of Pattens Blue #CBD7E0
Tints of Pattens Blue #CBD7E0
RGB
CMYK
RGB Variations
Color information
#CBD7E0 (or 0xCBD7E0) is known color: Pattens Blue. HEX triplet: CB, D7 and E0. RGB value is (203,215,224). Sum of RGB (Red+Green+Blue) = 203+215+224=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7E0 is #34281F. Grayscale: #D4D4D4. Windows color (decimal): -3418144 or 14735307. OLE color: 14735307.
HSL color Cylindrical-coordinate representation of color #CBD7E0: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD7E0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 215 | 224 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.12 |
| HSL | 205.71º | 0.25% | 0.84% | - |
| HSV(B) | 205.71º | 0.09% | 0.88% | - |
| XYZ | 62.38 | 66.68 | 80.1 | - |
| YUV | 212.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 224 | 0.09 | 0.04 | 0 | 0.12 | 205.71 | 0.25 | 0.84 |
| Hex | CB | D7 | E0 | 9 | 4 | 0 | C | CE | 19 | 54 |
| Octal | 313 | 327 | 340 | 11 | 4 | 0 | 14 | 316 | 31 | 124 |
| Binary | 11001011 | 11010111 | 11100000 | 1001 | 100 | 0 | 1100 | 11001110 | 11001 | 1010100 |
Color Harmonies of #CBD7E0
Complementary color
Monochromatic Colors of #CBD7E0
Black with #CBD7E0
Text Example
Text Example
White with #CBD7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7E0; }
p { color: rgb(203,215,224); }
H1.HeaderClassName
{
color: #CBD7E0;
}
.AnyTagClassName
{
color: #CBD7E0;
}
</style>
background-color css
<style>
a { background-color: #CBD7E0; }
a { background-color: rgb(203,215,224); }
div.DivClassName
{
background-color: #CBD7E0;
}
.BgClassName
{
background-color: #CBD7E0;
}
</style>
border-color css
<style>
span { border-color: #CBD7E0; }
span { border-color: rgb(203,215,224); }
td.TdClassName
{
border-color: #CBD7E0;
}
.TagClassName
{
border-color: #CBD7E0;
}
</style>