Shades of Pattens Blue #CBDDE5
Tints of Pattens Blue #CBDDE5
RGB
CMYK
RGB Variations
Color information
#CBDDE5 (or 0xCBDDE5) is known color: Pattens Blue. HEX triplet: CB, DD and E5. RGB value is (203,221,229). Sum of RGB (Red+Green+Blue) = 203+221+229=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE5 is #34221A. Grayscale: #D8D8D8. Windows color (decimal): -3416603 or 15064523. OLE color: 15064523.
HSL color Cylindrical-coordinate representation of color #CBDDE5: hue angle of 198.46º 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 #CBDDE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 221 | 229 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.10 |
| HSL | 198.46º | 0.33% | 0.85% | - |
| HSV(B) | 198.46º | 0.11% | 0.9% | - |
| XYZ | 64.63 | 70.07 | 84.25 | - |
| YUV | 216.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 229 | 0.11 | 0.03 | 0 | 0.10 | 198.46 | 0.33 | 0.85 |
| Hex | CB | DD | E5 | B | 3 | 0 | A | C6 | 21 | 55 |
| Octal | 313 | 335 | 345 | 13 | 3 | 0 | 12 | 306 | 41 | 125 |
| Binary | 11001011 | 11011101 | 11100101 | 1011 | 11 | 0 | 1010 | 11000110 | 100001 | 1010101 |
Color Harmonies of #CBDDE5
Complementary color
Monochromatic Colors of #CBDDE5
Black with #CBDDE5
Text Example
Text Example
White with #CBDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDE5; }
p { color: rgb(203,221,229); }
H1.HeaderClassName
{
color: #CBDDE5;
}
.AnyTagClassName
{
color: #CBDDE5;
}
</style>
background-color css
<style>
a { background-color: #CBDDE5; }
a { background-color: rgb(203,221,229); }
div.DivClassName
{
background-color: #CBDDE5;
}
.BgClassName
{
background-color: #CBDDE5;
}
</style>
border-color css
<style>
span { border-color: #CBDDE5; }
span { border-color: rgb(203,221,229); }
td.TdClassName
{
border-color: #CBDDE5;
}
.TagClassName
{
border-color: #CBDDE5;
}
</style>