Shades of Pattens Blue #CBDCE5
Tints of Pattens Blue #CBDCE5
RGB
CMYK
RGB Variations
Color information
#CBDCE5 (or 0xCBDCE5) is known color: Pattens Blue. HEX triplet: CB, DC and E5. RGB value is (203,220,229). Sum of RGB (Red+Green+Blue) = 203+220+229=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCE5 is #34231A. Grayscale: #D7D7D7. Windows color (decimal): -3416859 or 15064267. OLE color: 15064267.
HSL color Cylindrical-coordinate representation of color #CBDCE5: hue angle of 200.77º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDCE5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 220 | 229 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.10 |
| HSL | 200.77º | 0.33% | 0.85% | - |
| HSV(B) | 200.77º | 0.11% | 0.9% | - |
| XYZ | 64.36 | 69.54 | 84.16 | - |
| YUV | 215.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 229 | 0.11 | 0.04 | 0 | 0.10 | 200.77 | 0.33 | 0.85 |
| Hex | CB | DC | E5 | B | 4 | 0 | A | C9 | 21 | 55 |
| Octal | 313 | 334 | 345 | 13 | 4 | 0 | 12 | 311 | 41 | 125 |
| Binary | 11001011 | 11011100 | 11100101 | 1011 | 100 | 0 | 1010 | 11001001 | 100001 | 1010101 |
Color Harmonies of #CBDCE5
Complementary color
Monochromatic Colors of #CBDCE5
Black with #CBDCE5
Text Example
Text Example
White with #CBDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCE5; }
p { color: rgb(203,220,229); }
H1.HeaderClassName
{
color: #CBDCE5;
}
.AnyTagClassName
{
color: #CBDCE5;
}
</style>
background-color css
<style>
a { background-color: #CBDCE5; }
a { background-color: rgb(203,220,229); }
div.DivClassName
{
background-color: #CBDCE5;
}
.BgClassName
{
background-color: #CBDCE5;
}
</style>
border-color css
<style>
span { border-color: #CBDCE5; }
span { border-color: rgb(203,220,229); }
td.TdClassName
{
border-color: #CBDCE5;
}
.TagClassName
{
border-color: #CBDCE5;
}
</style>