Shades of Pattens Blue #CBDDE4
Tints of Pattens Blue #CBDDE4
RGB
CMYK
RGB Variations
Color information
#CBDDE4 (or 0xCBDDE4) is known color: Pattens Blue. HEX triplet: CB, DD and E4. RGB value is (203,221,228). Sum of RGB (Red+Green+Blue) = 203+221+228=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE4 is #34221B. Grayscale: #D8D8D8. Windows color (decimal): -3416604 or 14998987. OLE color: 14998987.
HSL color Cylindrical-coordinate representation of color #CBDDE4: hue angle of 196.8º 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 #CBDDE4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 221 | 228 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.11 |
| HSL | 196.8º | 0.32% | 0.85% | - |
| HSV(B) | 196.8º | 0.11% | 0.89% | - |
| XYZ | 64.49 | 70.01 | 83.51 | - |
| YUV | 216.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 228 | 0.11 | 0.03 | 0 | 0.11 | 196.8 | 0.32 | 0.85 |
| Hex | CB | DD | E4 | B | 3 | 0 | B | C5 | 20 | 55 |
| Octal | 313 | 335 | 344 | 13 | 3 | 0 | 13 | 305 | 40 | 125 |
| Binary | 11001011 | 11011101 | 11100100 | 1011 | 11 | 0 | 1011 | 11000101 | 100000 | 1010101 |
Color Harmonies of #CBDDE4
Complementary color
Monochromatic Colors of #CBDDE4
Black with #CBDDE4
Text Example
Text Example
White with #CBDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDE4; }
p { color: rgb(203,221,228); }
H1.HeaderClassName
{
color: #CBDDE4;
}
.AnyTagClassName
{
color: #CBDDE4;
}
</style>
background-color css
<style>
a { background-color: #CBDDE4; }
a { background-color: rgb(203,221,228); }
div.DivClassName
{
background-color: #CBDDE4;
}
.BgClassName
{
background-color: #CBDDE4;
}
</style>
border-color css
<style>
span { border-color: #CBDDE4; }
span { border-color: rgb(203,221,228); }
td.TdClassName
{
border-color: #CBDDE4;
}
.TagClassName
{
border-color: #CBDDE4;
}
</style>