Shades of Pattens Blue #CBD8DF
Tints of Pattens Blue #CBD8DF
RGB
CMYK
RGB Variations
Color information
#CBD8DF (or 0xCBD8DF) is known color: Pattens Blue. HEX triplet: CB, D8 and DF. RGB value is (203,216,223). Sum of RGB (Red+Green+Blue) = 203+216+223=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8DF is #342720. Grayscale: #D4D4D4. Windows color (decimal): -3417889 or 14670027. OLE color: 14670027.
HSL color Cylindrical-coordinate representation of color #CBD8DF: hue angle of 201º 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 #CBD8DF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 216 | 223 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.13 |
| HSL | 201º | 0.24% | 0.84% | - |
| HSV(B) | 201º | 0.09% | 0.87% | - |
| XYZ | 62.5 | 67.14 | 79.48 | - |
| YUV | 212.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 223 | 0.09 | 0.03 | 0 | 0.13 | 201 | 0.24 | 0.84 |
| Hex | CB | D8 | DF | 9 | 3 | 0 | D | C9 | 18 | 54 |
| Octal | 313 | 330 | 337 | 11 | 3 | 0 | 15 | 311 | 30 | 124 |
| Binary | 11001011 | 11011000 | 11011111 | 1001 | 11 | 0 | 1101 | 11001001 | 11000 | 1010100 |
Color Harmonies of #CBD8DF
Complementary color
Monochromatic Colors of #CBD8DF
Black with #CBD8DF
Text Example
Text Example
White with #CBD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8DF; }
p { color: rgb(203,216,223); }
H1.HeaderClassName
{
color: #CBD8DF;
}
.AnyTagClassName
{
color: #CBD8DF;
}
</style>
background-color css
<style>
a { background-color: #CBD8DF; }
a { background-color: rgb(203,216,223); }
div.DivClassName
{
background-color: #CBD8DF;
}
.BgClassName
{
background-color: #CBD8DF;
}
</style>
border-color css
<style>
span { border-color: #CBD8DF; }
span { border-color: rgb(203,216,223); }
td.TdClassName
{
border-color: #CBD8DF;
}
.TagClassName
{
border-color: #CBD8DF;
}
</style>