Shades of Pattens Blue #CBDDEC
Tints of Pattens Blue #CBDDEC
RGB
CMYK
RGB Variations
Color information
#CBDDEC (or 0xCBDDEC) is known color: Pattens Blue. HEX triplet: CB, DD and EC. RGB value is (203,221,236). Sum of RGB (Red+Green+Blue) = 203+221+236=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDEC is #342213. Grayscale: #D9D9D9. Windows color (decimal): -3416596 or 15523275. OLE color: 15523275.
HSL color Cylindrical-coordinate representation of color #CBDDEC: hue angle of 207.27º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDDEC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 221 | 236 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.07 |
| HSL | 207.27º | 0.46% | 0.86% | - |
| HSV(B) | 207.27º | 0.14% | 0.93% | - |
| XYZ | 65.63 | 70.47 | 89.5 | - |
| YUV | 217.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 236 | 0.14 | 0.06 | 0 | 0.07 | 207.27 | 0.46 | 0.86 |
| Hex | CB | DD | EC | E | 6 | 0 | 7 | CF | 2E | 56 |
| Octal | 313 | 335 | 354 | 16 | 6 | 0 | 7 | 317 | 56 | 126 |
| Binary | 11001011 | 11011101 | 11101100 | 1110 | 110 | 0 | 111 | 11001111 | 101110 | 1010110 |
Color Harmonies of #CBDDEC
Complementary color
Monochromatic Colors of #CBDDEC
Black with #CBDDEC
Text Example
Text Example
White with #CBDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDEC; }
p { color: rgb(203,221,236); }
H1.HeaderClassName
{
color: #CBDDEC;
}
.AnyTagClassName
{
color: #CBDDEC;
}
</style>
background-color css
<style>
a { background-color: #CBDDEC; }
a { background-color: rgb(203,221,236); }
div.DivClassName
{
background-color: #CBDDEC;
}
.BgClassName
{
background-color: #CBDDEC;
}
</style>
border-color css
<style>
span { border-color: #CBDDEC; }
span { border-color: rgb(203,221,236); }
td.TdClassName
{
border-color: #CBDDEC;
}
.TagClassName
{
border-color: #CBDDEC;
}
</style>