Shades of Pattens Blue #CED7DD
Tints of Pattens Blue #CED7DD
RGB
CMYK
RGB Variations
Color information
#CED7DD (or 0xCED7DD) is known color: Pattens Blue. HEX triplet: CE, D7 and DD. RGB value is (206,215,221). Sum of RGB (Red+Green+Blue) = 206+215+221=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7DD is #312822. Grayscale: #D4D4D4. Windows color (decimal): -3221539 or 14538702. OLE color: 14538702.
HSL color Cylindrical-coordinate representation of color #CED7DD: hue angle of 204º 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 #CED7DD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 215 | 221 | - |
CMYK | 0.07 | 0.03 | 0 | 0.13 |
HSL | 204º | 0.18% | 0.84% | - |
HSV(B) | 204º | 0.07% | 0.87% | - |
XYZ | 62.81 | 66.94 | 78.02 | - |
YUV | 212.99 | 132.52 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 221 | 0.07 | 0.03 | 0 | 0.13 | 204 | 0.18 | 0.84 |
Hex | CE | D7 | DD | 7 | 3 | 0 | D | CC | 12 | 54 |
Octal | 316 | 327 | 335 | 7 | 3 | 0 | 15 | 314 | 22 | 124 |
Binary | 11001110 | 11010111 | 11011101 | 111 | 11 | 0 | 1101 | 11001100 | 10010 | 1010100 |
Color Harmonies of #CED7DD
Complementary color
Monochromatic Colors of #CED7DD
Black with #CED7DD
Text Example
Text Example
White with #CED7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7DD; }
p { color: rgb(206,215,221); }
H1.HeaderClassName
{
color: #CED7DD;
}
.AnyTagClassName
{
color: #CED7DD;
}
</style>
background-color css
<style>
a { background-color: #CED7DD; }
a { background-color: rgb(206,215,221); }
div.DivClassName
{
background-color: #CED7DD;
}
.BgClassName
{
background-color: #CED7DD;
}
</style>
border-color css
<style>
span { border-color: #CED7DD; }
span { border-color: rgb(206,215,221); }
td.TdClassName
{
border-color: #CED7DD;
}
.TagClassName
{
border-color: #CED7DD;
}
</style>