Shades of Pattens Blue #CEDBDF
Tints of Pattens Blue #CEDBDF
RGB
CMYK
RGB Variations
Color information
#CEDBDF (or 0xCEDBDF) is known color: Pattens Blue. HEX triplet: CE, DB and DF. RGB value is (206,219,223). Sum of RGB (Red+Green+Blue) = 206+219+223=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBDF is #312420. Grayscale: #D7D7D7. Windows color (decimal): -3220513 or 14670798. OLE color: 14670798.
HSL color Cylindrical-coordinate representation of color #CEDBDF: hue angle of 194.12º 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 #CEDBDF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 219 | 223 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.13 |
| HSL | 194.12º | 0.21% | 0.84% | - |
| HSV(B) | 194.12º | 0.08% | 0.87% | - |
| XYZ | 64.1 | 69.11 | 79.77 | - |
| YUV | 215.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 223 | 0.08 | 0.02 | 0 | 0.13 | 194.12 | 0.21 | 0.84 |
| Hex | CE | DB | DF | 8 | 2 | 0 | D | C2 | 15 | 54 |
| Octal | 316 | 333 | 337 | 10 | 2 | 0 | 15 | 302 | 25 | 124 |
| Binary | 11001110 | 11011011 | 11011111 | 1000 | 10 | 0 | 1101 | 11000010 | 10101 | 1010100 |
Color Harmonies of #CEDBDF
Complementary color
Monochromatic Colors of #CEDBDF
Black with #CEDBDF
Text Example
Text Example
White with #CEDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBDF; }
p { color: rgb(206,219,223); }
H1.HeaderClassName
{
color: #CEDBDF;
}
.AnyTagClassName
{
color: #CEDBDF;
}
</style>
background-color css
<style>
a { background-color: #CEDBDF; }
a { background-color: rgb(206,219,223); }
div.DivClassName
{
background-color: #CEDBDF;
}
.BgClassName
{
background-color: #CEDBDF;
}
</style>
border-color css
<style>
span { border-color: #CEDBDF; }
span { border-color: rgb(206,219,223); }
td.TdClassName
{
border-color: #CEDBDF;
}
.TagClassName
{
border-color: #CEDBDF;
}
</style>