Shades of Pattens Blue #CBD7DF
Tints of Pattens Blue #CBD7DF
RGB
CMYK
RGB Variations
Color information
#CBD7DF (or 0xCBD7DF) is known color: Pattens Blue. HEX triplet: CB, D7 and DF. RGB value is (203,215,223). Sum of RGB (Red+Green+Blue) = 203+215+223=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7DF is #342820. Grayscale: #D4D4D4. Windows color (decimal): -3418145 or 14669771. OLE color: 14669771.
HSL color Cylindrical-coordinate representation of color #CBD7DF: hue angle of 204º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD7DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 215 | 223 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.13 |
| HSL | 204º | 0.24% | 0.84% | - |
| HSV(B) | 204º | 0.09% | 0.87% | - |
| XYZ | 62.25 | 66.63 | 79.39 | - |
| YUV | 212.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 223 | 0.09 | 0.04 | 0 | 0.13 | 204 | 0.24 | 0.84 |
| Hex | CB | D7 | DF | 9 | 4 | 0 | D | CC | 18 | 54 |
| Octal | 313 | 327 | 337 | 11 | 4 | 0 | 15 | 314 | 30 | 124 |
| Binary | 11001011 | 11010111 | 11011111 | 1001 | 100 | 0 | 1101 | 11001100 | 11000 | 1010100 |
Color Harmonies of #CBD7DF
Complementary color
Monochromatic Colors of #CBD7DF
Black with #CBD7DF
Text Example
Text Example
White with #CBD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7DF; }
p { color: rgb(203,215,223); }
H1.HeaderClassName
{
color: #CBD7DF;
}
.AnyTagClassName
{
color: #CBD7DF;
}
</style>
background-color css
<style>
a { background-color: #CBD7DF; }
a { background-color: rgb(203,215,223); }
div.DivClassName
{
background-color: #CBD7DF;
}
.BgClassName
{
background-color: #CBD7DF;
}
</style>
border-color css
<style>
span { border-color: #CBD7DF; }
span { border-color: rgb(203,215,223); }
td.TdClassName
{
border-color: #CBD7DF;
}
.TagClassName
{
border-color: #CBD7DF;
}
</style>