Shades of Pattens Blue #CBDEE5
Tints of Pattens Blue #CBDEE5
RGB
CMYK
RGB Variations
Color information
#CBDEE5 (or 0xCBDEE5) is known color: Pattens Blue. HEX triplet: CB, DE and E5. RGB value is (203,222,229). Sum of RGB (Red+Green+Blue) = 203+222+229=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEE5 is #34211A. Grayscale: #D9D9D9. Windows color (decimal): -3416347 or 15064779. OLE color: 15064779.
HSL color Cylindrical-coordinate representation of color #CBDEE5: hue angle of 196.15º 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 #CBDEE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 222 | 229 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.10 |
| HSL | 196.15º | 0.33% | 0.85% | - |
| HSV(B) | 196.15º | 0.11% | 0.9% | - |
| XYZ | 64.89 | 70.6 | 84.33 | - |
| YUV | 217.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 229 | 0.11 | 0.03 | 0 | 0.10 | 196.15 | 0.33 | 0.85 |
| Hex | CB | DE | E5 | B | 3 | 0 | A | C4 | 21 | 55 |
| Octal | 313 | 336 | 345 | 13 | 3 | 0 | 12 | 304 | 41 | 125 |
| Binary | 11001011 | 11011110 | 11100101 | 1011 | 11 | 0 | 1010 | 11000100 | 100001 | 1010101 |
Color Harmonies of #CBDEE5
Complementary color
Monochromatic Colors of #CBDEE5
Black with #CBDEE5
Text Example
Text Example
White with #CBDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEE5; }
p { color: rgb(203,222,229); }
H1.HeaderClassName
{
color: #CBDEE5;
}
.AnyTagClassName
{
color: #CBDEE5;
}
</style>
background-color css
<style>
a { background-color: #CBDEE5; }
a { background-color: rgb(203,222,229); }
div.DivClassName
{
background-color: #CBDEE5;
}
.BgClassName
{
background-color: #CBDEE5;
}
</style>
border-color css
<style>
span { border-color: #CBDEE5; }
span { border-color: rgb(203,222,229); }
td.TdClassName
{
border-color: #CBDEE5;
}
.TagClassName
{
border-color: #CBDEE5;
}
</style>