Shades of Pattens Blue #CBDCE4
Tints of Pattens Blue #CBDCE4
RGB
CMYK
RGB Variations
Color information
#CBDCE4 (or 0xCBDCE4) is known color: Pattens Blue. HEX triplet: CB, DC and E4. RGB value is (203,220,228). Sum of RGB (Red+Green+Blue) = 203+220+228=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCE4 is #34231B. Grayscale: #D7D7D7. Windows color (decimal): -3416860 or 14998731. OLE color: 14998731.
HSL color Cylindrical-coordinate representation of color #CBDCE4: hue angle of 199.2º 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 #CBDCE4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 220 | 228 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.11 |
| HSL | 199.2º | 0.32% | 0.85% | - |
| HSV(B) | 199.2º | 0.11% | 0.89% | - |
| XYZ | 64.23 | 69.48 | 83.43 | - |
| YUV | 215.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 228 | 0.11 | 0.04 | 0 | 0.11 | 199.2 | 0.32 | 0.85 |
| Hex | CB | DC | E4 | B | 4 | 0 | B | C7 | 20 | 55 |
| Octal | 313 | 334 | 344 | 13 | 4 | 0 | 13 | 307 | 40 | 125 |
| Binary | 11001011 | 11011100 | 11100100 | 1011 | 100 | 0 | 1011 | 11000111 | 100000 | 1010101 |
Color Harmonies of #CBDCE4
Complementary color
Monochromatic Colors of #CBDCE4
Black with #CBDCE4
Text Example
Text Example
White with #CBDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCE4; }
p { color: rgb(203,220,228); }
H1.HeaderClassName
{
color: #CBDCE4;
}
.AnyTagClassName
{
color: #CBDCE4;
}
</style>
background-color css
<style>
a { background-color: #CBDCE4; }
a { background-color: rgb(203,220,228); }
div.DivClassName
{
background-color: #CBDCE4;
}
.BgClassName
{
background-color: #CBDCE4;
}
</style>
border-color css
<style>
span { border-color: #CBDCE4; }
span { border-color: rgb(203,220,228); }
td.TdClassName
{
border-color: #CBDCE4;
}
.TagClassName
{
border-color: #CBDCE4;
}
</style>