Shades of Pattens Blue #CBD6DB
Tints of Pattens Blue #CBD6DB
RGB
CMYK
RGB Variations
Color information
#CBD6DB (or 0xCBD6DB) is known color: Pattens Blue. HEX triplet: CB, D6 and DB. RGB value is (203,214,219). Sum of RGB (Red+Green+Blue) = 203+214+219=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6DB is #342924. Grayscale: #D3D3D3. Windows color (decimal): -3418405 or 14407371. OLE color: 14407371.
HSL color Cylindrical-coordinate representation of color #CBD6DB: hue angle of 198.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD6DB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 214 | 219 | - |
CMYK | 0.07 | 0.02 | 0 | 0.14 |
HSL | 198.75º | 0.18% | 0.83% | - |
HSV(B) | 198.75º | 0.07% | 0.86% | - |
XYZ | 61.46 | 65.9 | 76.5 | - |
YUV | 211.28 | 132.36 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 214 | 219 | 0.07 | 0.02 | 0 | 0.14 | 198.75 | 0.18 | 0.83 |
Hex | CB | D6 | DB | 7 | 2 | 0 | E | C7 | 12 | 53 |
Octal | 313 | 326 | 333 | 7 | 2 | 0 | 16 | 307 | 22 | 123 |
Binary | 11001011 | 11010110 | 11011011 | 111 | 10 | 0 | 1110 | 11000111 | 10010 | 1010011 |
Color Harmonies of #CBD6DB
Complementary color
Monochromatic Colors of #CBD6DB
Black with #CBD6DB
Text Example
Text Example
White with #CBD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6DB; }
p { color: rgb(203,214,219); }
H1.HeaderClassName
{
color: #CBD6DB;
}
.AnyTagClassName
{
color: #CBD6DB;
}
</style>
background-color css
<style>
a { background-color: #CBD6DB; }
a { background-color: rgb(203,214,219); }
div.DivClassName
{
background-color: #CBD6DB;
}
.BgClassName
{
background-color: #CBD6DB;
}
</style>
border-color css
<style>
span { border-color: #CBD6DB; }
span { border-color: rgb(203,214,219); }
td.TdClassName
{
border-color: #CBD6DB;
}
.TagClassName
{
border-color: #CBD6DB;
}
</style>