Shades of Pattens Blue #CEDBE6
Tints of Pattens Blue #CEDBE6
RGB
CMYK
RGB Variations
Color information
#CEDBE6 (or 0xCEDBE6) is known color: Pattens Blue. HEX triplet: CE, DB and E6. RGB value is (206,219,230). Sum of RGB (Red+Green+Blue) = 206+219+230=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBE6 is #312419. Grayscale: #D8D8D8. Windows color (decimal): -3220506 or 15129550. OLE color: 15129550.
HSL color Cylindrical-coordinate representation of color #CEDBE6: hue angle of 207.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDBE6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 219 | 230 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.10 |
| HSL | 207.5º | 0.32% | 0.85% | - |
| HSV(B) | 207.5º | 0.1% | 0.9% | - |
| XYZ | 65.07 | 69.5 | 84.85 | - |
| YUV | 216.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 230 | 0.10 | 0.05 | 0 | 0.10 | 207.5 | 0.32 | 0.85 |
| Hex | CE | DB | E6 | A | 5 | 0 | A | D0 | 20 | 55 |
| Octal | 316 | 333 | 346 | 12 | 5 | 0 | 12 | 320 | 40 | 125 |
| Binary | 11001110 | 11011011 | 11100110 | 1010 | 101 | 0 | 1010 | 11010000 | 100000 | 1010101 |
Color Harmonies of #CEDBE6
Complementary color
Monochromatic Colors of #CEDBE6
Black with #CEDBE6
Text Example
Text Example
White with #CEDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBE6; }
p { color: rgb(206,219,230); }
H1.HeaderClassName
{
color: #CEDBE6;
}
.AnyTagClassName
{
color: #CEDBE6;
}
</style>
background-color css
<style>
a { background-color: #CEDBE6; }
a { background-color: rgb(206,219,230); }
div.DivClassName
{
background-color: #CEDBE6;
}
.BgClassName
{
background-color: #CEDBE6;
}
</style>
border-color css
<style>
span { border-color: #CEDBE6; }
span { border-color: rgb(206,219,230); }
td.TdClassName
{
border-color: #CEDBE6;
}
.TagClassName
{
border-color: #CEDBE6;
}
</style>