Shades of Pattens Blue #CBD9E4
Tints of Pattens Blue #CBD9E4
RGB
CMYK
RGB Variations
Color information
#CBD9E4 (or 0xCBD9E4) is known color: Pattens Blue. HEX triplet: CB, D9 and E4. RGB value is (203,217,228). Sum of RGB (Red+Green+Blue) = 203+217+228=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBD9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9E4 is #34261B. Grayscale: #D6D6D6. Windows color (decimal): -3417628 or 14997963. OLE color: 14997963.
HSL color Cylindrical-coordinate representation of color #CBD9E4: hue angle of 206.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD9E4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 217 | 228 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.11 |
| HSL | 206.4º | 0.32% | 0.85% | - |
| HSV(B) | 206.4º | 0.11% | 0.89% | - |
| XYZ | 63.45 | 67.92 | 83.17 | - |
| YUV | 214.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 228 | 0.11 | 0.05 | 0 | 0.11 | 206.4 | 0.32 | 0.85 |
| Hex | CB | D9 | E4 | B | 5 | 0 | B | CE | 20 | 55 |
| Octal | 313 | 331 | 344 | 13 | 5 | 0 | 13 | 316 | 40 | 125 |
| Binary | 11001011 | 11011001 | 11100100 | 1011 | 101 | 0 | 1011 | 11001110 | 100000 | 1010101 |
Color Harmonies of #CBD9E4
Complementary color
Monochromatic Colors of #CBD9E4
Black with #CBD9E4
Text Example
Text Example
White with #CBD9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9E4; }
p { color: rgb(203,217,228); }
H1.HeaderClassName
{
color: #CBD9E4;
}
.AnyTagClassName
{
color: #CBD9E4;
}
</style>
background-color css
<style>
a { background-color: #CBD9E4; }
a { background-color: rgb(203,217,228); }
div.DivClassName
{
background-color: #CBD9E4;
}
.BgClassName
{
background-color: #CBD9E4;
}
</style>
border-color css
<style>
span { border-color: #CBD9E4; }
span { border-color: rgb(203,217,228); }
td.TdClassName
{
border-color: #CBD9E4;
}
.TagClassName
{
border-color: #CBD9E4;
}
</style>