Shades of Pattens Blue #CED7DB
Tints of Pattens Blue #CED7DB
RGB
CMYK
RGB Variations
Color information
#CED7DB (or 0xCED7DB) is known color: Pattens Blue. HEX triplet: CE, D7 and DB. RGB value is (206,215,219). Sum of RGB (Red+Green+Blue) = 206+215+219=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7DB is #312824. Grayscale: #D4D4D4. Windows color (decimal): -3221541 or 14407630. OLE color: 14407630.
HSL color Cylindrical-coordinate representation of color #CED7DB: hue angle of 198.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED7DB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 215 | 219 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.14 |
| HSL | 198.46º | 0.15% | 0.83% | - |
| HSV(B) | 198.46º | 0.06% | 0.86% | - |
| XYZ | 62.54 | 66.84 | 76.62 | - |
| YUV | 212.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 219 | 0.06 | 0.02 | 0 | 0.14 | 198.46 | 0.15 | 0.83 |
| Hex | CE | D7 | DB | 6 | 2 | 0 | E | C6 | F | 53 |
| Octal | 316 | 327 | 333 | 6 | 2 | 0 | 16 | 306 | 17 | 123 |
| Binary | 11001110 | 11010111 | 11011011 | 110 | 10 | 0 | 1110 | 11000110 | 1111 | 1010011 |
Color Harmonies of #CED7DB
Complementary color
Monochromatic Colors of #CED7DB
Black with #CED7DB
Text Example
Text Example
White with #CED7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7DB; }
p { color: rgb(206,215,219); }
H1.HeaderClassName
{
color: #CED7DB;
}
.AnyTagClassName
{
color: #CED7DB;
}
</style>
background-color css
<style>
a { background-color: #CED7DB; }
a { background-color: rgb(206,215,219); }
div.DivClassName
{
background-color: #CED7DB;
}
.BgClassName
{
background-color: #CED7DB;
}
</style>
border-color css
<style>
span { border-color: #CED7DB; }
span { border-color: rgb(206,215,219); }
td.TdClassName
{
border-color: #CED7DB;
}
.TagClassName
{
border-color: #CED7DB;
}
</style>