Shades of Pattens Blue #CBDCEC
Tints of Pattens Blue #CBDCEC
RGB
CMYK
RGB Variations
Color information
#CBDCEC (or 0xCBDCEC) is known color: Pattens Blue. HEX triplet: CB, DC and EC. RGB value is (203,220,236). Sum of RGB (Red+Green+Blue) = 203+220+236=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCEC is #342313. Grayscale: #D8D8D8. Windows color (decimal): -3416852 or 15523019. OLE color: 15523019.
HSL color Cylindrical-coordinate representation of color #CBDCEC: hue angle of 209.09º 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 #CBDCEC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 220 | 236 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.07 |
| HSL | 209.09º | 0.46% | 0.86% | - |
| HSV(B) | 209.09º | 0.14% | 0.93% | - |
| XYZ | 65.36 | 69.94 | 89.41 | - |
| YUV | 216.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 236 | 0.14 | 0.07 | 0 | 0.07 | 209.09 | 0.46 | 0.86 |
| Hex | CB | DC | EC | E | 7 | 0 | 7 | D1 | 2E | 56 |
| Octal | 313 | 334 | 354 | 16 | 7 | 0 | 7 | 321 | 56 | 126 |
| Binary | 11001011 | 11011100 | 11101100 | 1110 | 111 | 0 | 111 | 11010001 | 101110 | 1010110 |
Color Harmonies of #CBDCEC
Complementary color
Monochromatic Colors of #CBDCEC
Black with #CBDCEC
Text Example
Text Example
White with #CBDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCEC; }
p { color: rgb(203,220,236); }
H1.HeaderClassName
{
color: #CBDCEC;
}
.AnyTagClassName
{
color: #CBDCEC;
}
</style>
background-color css
<style>
a { background-color: #CBDCEC; }
a { background-color: rgb(203,220,236); }
div.DivClassName
{
background-color: #CBDCEC;
}
.BgClassName
{
background-color: #CBDCEC;
}
</style>
border-color css
<style>
span { border-color: #CBDCEC; }
span { border-color: rgb(203,220,236); }
td.TdClassName
{
border-color: #CBDCEC;
}
.TagClassName
{
border-color: #CBDCEC;
}
</style>