Shades of Pattens Blue #CED8DF
Tints of Pattens Blue #CED8DF
RGB
CMYK
RGB Variations
Color information
#CED8DF (or 0xCED8DF) is known color: Pattens Blue. HEX triplet: CE, D8 and DF. RGB value is (206,216,223). Sum of RGB (Red+Green+Blue) = 206+216+223=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8DF is #312720. Grayscale: #D5D5D5. Windows color (decimal): -3221281 or 14670030. OLE color: 14670030.
HSL color Cylindrical-coordinate representation of color #CED8DF: hue angle of 204.71º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED8DF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 216 | 223 | - |
CMYK | 0.08 | 0.03 | 0 | 0.13 |
HSL | 204.71º | 0.21% | 0.84% | - |
HSV(B) | 204.71º | 0.08% | 0.87% | - |
XYZ | 63.33 | 67.56 | 79.51 | - |
YUV | 213.81 | 133.19 | 122.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 216 | 223 | 0.08 | 0.03 | 0 | 0.13 | 204.71 | 0.21 | 0.84 |
Hex | CE | D8 | DF | 8 | 3 | 0 | D | CD | 15 | 54 |
Octal | 316 | 330 | 337 | 10 | 3 | 0 | 15 | 315 | 25 | 124 |
Binary | 11001110 | 11011000 | 11011111 | 1000 | 11 | 0 | 1101 | 11001101 | 10101 | 1010100 |
Color Harmonies of #CED8DF
Complementary color
Monochromatic Colors of #CED8DF
Black with #CED8DF
Text Example
Text Example
White with #CED8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8DF; }
p { color: rgb(206,216,223); }
H1.HeaderClassName
{
color: #CED8DF;
}
.AnyTagClassName
{
color: #CED8DF;
}
</style>
background-color css
<style>
a { background-color: #CED8DF; }
a { background-color: rgb(206,216,223); }
div.DivClassName
{
background-color: #CED8DF;
}
.BgClassName
{
background-color: #CED8DF;
}
</style>
border-color css
<style>
span { border-color: #CED8DF; }
span { border-color: rgb(206,216,223); }
td.TdClassName
{
border-color: #CED8DF;
}
.TagClassName
{
border-color: #CED8DF;
}
</style>