Shades of Pattens Blue #CED6DA
Tints of Pattens Blue #CED6DA
RGB
CMYK
RGB Variations
Color information
#CED6DA (or 0xCED6DA) is known color: Pattens Blue. HEX triplet: CE, D6 and DA. RGB value is (206,214,218). Sum of RGB (Red+Green+Blue) = 206+214+218=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6DA is #312925. Grayscale: #D4D4D4. Windows color (decimal): -3221798 or 14341838. OLE color: 14341838.
HSL color Cylindrical-coordinate representation of color #CED6DA: hue angle of 200º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED6DA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 214 | 218 | - |
CMYK | 0.06 | 0.02 | 0 | 0.15 |
HSL | 200º | 0.14% | 0.83% | - |
HSV(B) | 200º | 0.06% | 0.85% | - |
XYZ | 62.16 | 66.28 | 75.85 | - |
YUV | 212.06 | 131.35 | 123.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 214 | 218 | 0.06 | 0.02 | 0 | 0.15 | 200 | 0.14 | 0.83 |
Hex | CE | D6 | DA | 6 | 2 | 0 | F | C8 | E | 53 |
Octal | 316 | 326 | 332 | 6 | 2 | 0 | 17 | 310 | 16 | 123 |
Binary | 11001110 | 11010110 | 11011010 | 110 | 10 | 0 | 1111 | 11001000 | 1110 | 1010011 |
Color Harmonies of #CED6DA
Complementary color
Monochromatic Colors of #CED6DA
Black with #CED6DA
Text Example
Text Example
White with #CED6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6DA; }
p { color: rgb(206,214,218); }
H1.HeaderClassName
{
color: #CED6DA;
}
.AnyTagClassName
{
color: #CED6DA;
}
</style>
background-color css
<style>
a { background-color: #CED6DA; }
a { background-color: rgb(206,214,218); }
div.DivClassName
{
background-color: #CED6DA;
}
.BgClassName
{
background-color: #CED6DA;
}
</style>
border-color css
<style>
span { border-color: #CED6DA; }
span { border-color: rgb(206,214,218); }
td.TdClassName
{
border-color: #CED6DA;
}
.TagClassName
{
border-color: #CED6DA;
}
</style>