Shades of Pattens Blue #CBD9E3
Tints of Pattens Blue #CBD9E3
RGB
CMYK
RGB Variations
Color information
#CBD9E3 (or 0xCBD9E3) is known color: Pattens Blue. HEX triplet: CB, D9 and E3. RGB value is (203,217,227). Sum of RGB (Red+Green+Blue) = 203+217+227=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBD9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9E3 is #34261C. Grayscale: #D5D5D5. Windows color (decimal): -3417629 or 14932427. OLE color: 14932427.
HSL color Cylindrical-coordinate representation of color #CBD9E3: hue angle of 205º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD9E3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 217 | 227 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.11 |
| HSL | 205º | 0.3% | 0.84% | - |
| HSV(B) | 205º | 0.11% | 0.89% | - |
| XYZ | 63.31 | 67.87 | 82.44 | - |
| YUV | 213.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 227 | 0.11 | 0.04 | 0 | 0.11 | 205 | 0.3 | 0.84 |
| Hex | CB | D9 | E3 | B | 4 | 0 | B | CD | 1E | 54 |
| Octal | 313 | 331 | 343 | 13 | 4 | 0 | 13 | 315 | 36 | 124 |
| Binary | 11001011 | 11011001 | 11100011 | 1011 | 100 | 0 | 1011 | 11001101 | 11110 | 1010100 |
Color Harmonies of #CBD9E3
Complementary color
Monochromatic Colors of #CBD9E3
Black with #CBD9E3
Text Example
Text Example
White with #CBD9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9E3; }
p { color: rgb(203,217,227); }
H1.HeaderClassName
{
color: #CBD9E3;
}
.AnyTagClassName
{
color: #CBD9E3;
}
</style>
background-color css
<style>
a { background-color: #CBD9E3; }
a { background-color: rgb(203,217,227); }
div.DivClassName
{
background-color: #CBD9E3;
}
.BgClassName
{
background-color: #CBD9E3;
}
</style>
border-color css
<style>
span { border-color: #CBD9E3; }
span { border-color: rgb(203,217,227); }
td.TdClassName
{
border-color: #CBD9E3;
}
.TagClassName
{
border-color: #CBD9E3;
}
</style>