Shades of Pattens Blue #CBDCEA
Tints of Pattens Blue #CBDCEA
RGB
CMYK
RGB Variations
Color information
#CBDCEA (or 0xCBDCEA) is known color: Pattens Blue. HEX triplet: CB, DC and EA. RGB value is (203,220,234). Sum of RGB (Red+Green+Blue) = 203+220+234=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCEA is #342315. Grayscale: #D8D8D8. Windows color (decimal): -3416854 or 15391947. OLE color: 15391947.
HSL color Cylindrical-coordinate representation of color #CBDCEA: hue angle of 207.1º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBDCEA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 220 | 234 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.08 |
| HSL | 207.1º | 0.42% | 0.86% | - |
| HSV(B) | 207.1º | 0.13% | 0.92% | - |
| XYZ | 65.07 | 69.82 | 87.89 | - |
| YUV | 216.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 234 | 0.13 | 0.06 | 0 | 0.08 | 207.1 | 0.42 | 0.86 |
| Hex | CB | DC | EA | D | 6 | 0 | 8 | CF | 2A | 56 |
| Octal | 313 | 334 | 352 | 15 | 6 | 0 | 10 | 317 | 52 | 126 |
| Binary | 11001011 | 11011100 | 11101010 | 1101 | 110 | 0 | 1000 | 11001111 | 101010 | 1010110 |
Color Harmonies of #CBDCEA
Complementary color
Monochromatic Colors of #CBDCEA
Black with #CBDCEA
Text Example
Text Example
White with #CBDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCEA; }
p { color: rgb(203,220,234); }
H1.HeaderClassName
{
color: #CBDCEA;
}
.AnyTagClassName
{
color: #CBDCEA;
}
</style>
background-color css
<style>
a { background-color: #CBDCEA; }
a { background-color: rgb(203,220,234); }
div.DivClassName
{
background-color: #CBDCEA;
}
.BgClassName
{
background-color: #CBDCEA;
}
</style>
border-color css
<style>
span { border-color: #CBDCEA; }
span { border-color: rgb(203,220,234); }
td.TdClassName
{
border-color: #CBDCEA;
}
.TagClassName
{
border-color: #CBDCEA;
}
</style>