Shades of Pattens Blue #CBDBE6
Tints of Pattens Blue #CBDBE6
RGB
CMYK
RGB Variations
Color information
#CBDBE6 (or 0xCBDBE6) is known color: Pattens Blue. HEX triplet: CB, DB and E6. RGB value is (203,219,230). Sum of RGB (Red+Green+Blue) = 203+219+230=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBE6 is #342419. Grayscale: #D7D7D7. Windows color (decimal): -3417114 or 15129547. OLE color: 15129547.
HSL color Cylindrical-coordinate representation of color #CBDBE6: hue angle of 204.44º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDBE6 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 219 | 230 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.10 |
| HSL | 204.44º | 0.35% | 0.85% | - |
| HSV(B) | 204.44º | 0.12% | 0.9% | - |
| XYZ | 64.24 | 69.07 | 84.81 | - |
| YUV | 215.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 230 | 0.12 | 0.05 | 0 | 0.10 | 204.44 | 0.35 | 0.85 |
| Hex | CB | DB | E6 | C | 5 | 0 | A | CC | 23 | 55 |
| Octal | 313 | 333 | 346 | 14 | 5 | 0 | 12 | 314 | 43 | 125 |
| Binary | 11001011 | 11011011 | 11100110 | 1100 | 101 | 0 | 1010 | 11001100 | 100011 | 1010101 |
Color Harmonies of #CBDBE6
Complementary color
Monochromatic Colors of #CBDBE6
Black with #CBDBE6
Text Example
Text Example
White with #CBDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBE6; }
p { color: rgb(203,219,230); }
H1.HeaderClassName
{
color: #CBDBE6;
}
.AnyTagClassName
{
color: #CBDBE6;
}
</style>
background-color css
<style>
a { background-color: #CBDBE6; }
a { background-color: rgb(203,219,230); }
div.DivClassName
{
background-color: #CBDBE6;
}
.BgClassName
{
background-color: #CBDBE6;
}
</style>
border-color css
<style>
span { border-color: #CBDBE6; }
span { border-color: rgb(203,219,230); }
td.TdClassName
{
border-color: #CBDBE6;
}
.TagClassName
{
border-color: #CBDBE6;
}
</style>