Shades of Pattens Blue #CED8DD
Tints of Pattens Blue #CED8DD
RGB
CMYK
RGB Variations
Color information
#CED8DD (or 0xCED8DD) is known color: Pattens Blue. HEX triplet: CE, D8 and DD. RGB value is (206,216,221). Sum of RGB (Red+Green+Blue) = 206+216+221=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8DD is #312722. Grayscale: #D5D5D5. Windows color (decimal): -3221283 or 14538958. OLE color: 14538958.
HSL color Cylindrical-coordinate representation of color #CED8DD: hue angle of 200º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CED8DD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 216 | 221 | - |
CMYK | 0.07 | 0.02 | 0 | 0.13 |
HSL | 200º | 0.18% | 0.84% | - |
HSV(B) | 200º | 0.07% | 0.87% | - |
XYZ | 63.06 | 67.45 | 78.1 | - |
YUV | 213.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 216 | 221 | 0.07 | 0.02 | 0 | 0.13 | 200 | 0.18 | 0.84 |
Hex | CE | D8 | DD | 7 | 2 | 0 | D | C8 | 12 | 54 |
Octal | 316 | 330 | 335 | 7 | 2 | 0 | 15 | 310 | 22 | 124 |
Binary | 11001110 | 11011000 | 11011101 | 111 | 10 | 0 | 1101 | 11001000 | 10010 | 1010100 |
Color Harmonies of #CED8DD
Complementary color
Monochromatic Colors of #CED8DD
Black with #CED8DD
Text Example
Text Example
White with #CED8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8DD; }
p { color: rgb(206,216,221); }
H1.HeaderClassName
{
color: #CED8DD;
}
.AnyTagClassName
{
color: #CED8DD;
}
</style>
background-color css
<style>
a { background-color: #CED8DD; }
a { background-color: rgb(206,216,221); }
div.DivClassName
{
background-color: #CED8DD;
}
.BgClassName
{
background-color: #CED8DD;
}
</style>
border-color css
<style>
span { border-color: #CED8DD; }
span { border-color: rgb(206,216,221); }
td.TdClassName
{
border-color: #CED8DD;
}
.TagClassName
{
border-color: #CED8DD;
}
</style>