Shades of Pattens Blue #CBDBE3
Tints of Pattens Blue #CBDBE3
RGB
CMYK
RGB Variations
Color information
#CBDBE3 (or 0xCBDBE3) is known color: Pattens Blue. HEX triplet: CB, DB and E3. RGB value is (203,219,227). Sum of RGB (Red+Green+Blue) = 203+219+227=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE3 is #34241C. Grayscale: #D7D7D7. Windows color (decimal): -3417117 or 14932939. OLE color: 14932939.
HSL color Cylindrical-coordinate representation of color #CBDBE3: hue angle of 200º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDBE3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 219 | 227 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.11 |
| HSL | 200º | 0.3% | 0.84% | - |
| HSV(B) | 200º | 0.11% | 0.89% | - |
| XYZ | 63.83 | 68.91 | 82.61 | - |
| YUV | 215.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 227 | 0.11 | 0.04 | 0 | 0.11 | 200 | 0.3 | 0.84 |
| Hex | CB | DB | E3 | B | 4 | 0 | B | C8 | 1E | 54 |
| Octal | 313 | 333 | 343 | 13 | 4 | 0 | 13 | 310 | 36 | 124 |
| Binary | 11001011 | 11011011 | 11100011 | 1011 | 100 | 0 | 1011 | 11001000 | 11110 | 1010100 |
Color Harmonies of #CBDBE3
Complementary color
Monochromatic Colors of #CBDBE3
Black with #CBDBE3
Text Example
Text Example
White with #CBDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBE3; }
p { color: rgb(203,219,227); }
H1.HeaderClassName
{
color: #CBDBE3;
}
.AnyTagClassName
{
color: #CBDBE3;
}
</style>
background-color css
<style>
a { background-color: #CBDBE3; }
a { background-color: rgb(203,219,227); }
div.DivClassName
{
background-color: #CBDBE3;
}
.BgClassName
{
background-color: #CBDBE3;
}
</style>
border-color css
<style>
span { border-color: #CBDBE3; }
span { border-color: rgb(203,219,227); }
td.TdClassName
{
border-color: #CBDBE3;
}
.TagClassName
{
border-color: #CBDBE3;
}
</style>