Shades of Pattens Blue #CEDBE2
Tints of Pattens Blue #CEDBE2
RGB
CMYK
RGB Variations
Color information
#CEDBE2 (or 0xCEDBE2) is known color: Pattens Blue. HEX triplet: CE, DB and E2. RGB value is (206,219,226). Sum of RGB (Red+Green+Blue) = 206+219+226=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBE2 is #31241D. Grayscale: #D7D7D7. Windows color (decimal): -3220510 or 14867406. OLE color: 14867406.
HSL color Cylindrical-coordinate representation of color #CEDBE2: hue angle of 201º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDBE2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 219 | 226 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.11 |
| HSL | 201º | 0.26% | 0.85% | - |
| HSV(B) | 201º | 0.09% | 0.89% | - |
| XYZ | 64.51 | 69.28 | 81.92 | - |
| YUV | 215.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 226 | 0.09 | 0.03 | 0 | 0.11 | 201 | 0.26 | 0.85 |
| Hex | CE | DB | E2 | 9 | 3 | 0 | B | C9 | 1A | 55 |
| Octal | 316 | 333 | 342 | 11 | 3 | 0 | 13 | 311 | 32 | 125 |
| Binary | 11001110 | 11011011 | 11100010 | 1001 | 11 | 0 | 1011 | 11001001 | 11010 | 1010101 |
Color Harmonies of #CEDBE2
Complementary color
Monochromatic Colors of #CEDBE2
Black with #CEDBE2
Text Example
Text Example
White with #CEDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBE2; }
p { color: rgb(206,219,226); }
H1.HeaderClassName
{
color: #CEDBE2;
}
.AnyTagClassName
{
color: #CEDBE2;
}
</style>
background-color css
<style>
a { background-color: #CEDBE2; }
a { background-color: rgb(206,219,226); }
div.DivClassName
{
background-color: #CEDBE2;
}
.BgClassName
{
background-color: #CEDBE2;
}
</style>
border-color css
<style>
span { border-color: #CEDBE2; }
span { border-color: rgb(206,219,226); }
td.TdClassName
{
border-color: #CEDBE2;
}
.TagClassName
{
border-color: #CEDBE2;
}
</style>