Shades of Pattens Blue #CBDEE8
Tints of Pattens Blue #CBDEE8
RGB
CMYK
RGB Variations
Color information
#CBDEE8 (or 0xCBDEE8) is known color: Pattens Blue. HEX triplet: CB, DE and E8. RGB value is (203,222,232). Sum of RGB (Red+Green+Blue) = 203+222+232=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEE8 is #342117. Grayscale: #D9D9D9. Windows color (decimal): -3416344 or 15261387. OLE color: 15261387.
HSL color Cylindrical-coordinate representation of color #CBDEE8: hue angle of 200.69º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDEE8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 222 | 232 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.09 |
| HSL | 200.69º | 0.39% | 0.85% | - |
| HSV(B) | 200.69º | 0.13% | 0.91% | - |
| XYZ | 65.32 | 70.77 | 86.56 | - |
| YUV | 217.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 232 | 0.12 | 0.04 | 0 | 0.09 | 200.69 | 0.39 | 0.85 |
| Hex | CB | DE | E8 | C | 4 | 0 | 9 | C9 | 27 | 55 |
| Octal | 313 | 336 | 350 | 14 | 4 | 0 | 11 | 311 | 47 | 125 |
| Binary | 11001011 | 11011110 | 11101000 | 1100 | 100 | 0 | 1001 | 11001001 | 100111 | 1010101 |
Color Harmonies of #CBDEE8
Complementary color
Monochromatic Colors of #CBDEE8
Black with #CBDEE8
Text Example
Text Example
White with #CBDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEE8; }
p { color: rgb(203,222,232); }
H1.HeaderClassName
{
color: #CBDEE8;
}
.AnyTagClassName
{
color: #CBDEE8;
}
</style>
background-color css
<style>
a { background-color: #CBDEE8; }
a { background-color: rgb(203,222,232); }
div.DivClassName
{
background-color: #CBDEE8;
}
.BgClassName
{
background-color: #CBDEE8;
}
</style>
border-color css
<style>
span { border-color: #CBDEE8; }
span { border-color: rgb(203,222,232); }
td.TdClassName
{
border-color: #CBDEE8;
}
.TagClassName
{
border-color: #CBDEE8;
}
</style>