Shades of Pattens Blue #CEDDE6
Tints of Pattens Blue #CEDDE6
RGB
CMYK
RGB Variations
Color information
#CEDDE6 (or 0xCEDDE6) is known color: Pattens Blue. HEX triplet: CE, DD and E6. RGB value is (206,221,230). Sum of RGB (Red+Green+Blue) = 206+221+230=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDE6 is #312219. Grayscale: #D9D9D9. Windows color (decimal): -3219994 or 15130062. OLE color: 15130062.
HSL color Cylindrical-coordinate representation of color #CEDDE6: hue angle of 202.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 #CEDDE6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 221 | 230 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.10 |
| HSL | 202.5º | 0.32% | 0.85% | - |
| HSV(B) | 202.5º | 0.1% | 0.9% | - |
| XYZ | 65.59 | 70.55 | 85.02 | - |
| YUV | 217.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 230 | 0.10 | 0.04 | 0 | 0.10 | 202.5 | 0.32 | 0.85 |
| Hex | CE | DD | E6 | A | 4 | 0 | A | CA | 20 | 55 |
| Octal | 316 | 335 | 346 | 12 | 4 | 0 | 12 | 312 | 40 | 125 |
| Binary | 11001110 | 11011101 | 11100110 | 1010 | 100 | 0 | 1010 | 11001010 | 100000 | 1010101 |
Color Harmonies of #CEDDE6
Complementary color
Monochromatic Colors of #CEDDE6
Black with #CEDDE6
Text Example
Text Example
White with #CEDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDE6; }
p { color: rgb(206,221,230); }
H1.HeaderClassName
{
color: #CEDDE6;
}
.AnyTagClassName
{
color: #CEDDE6;
}
</style>
background-color css
<style>
a { background-color: #CEDDE6; }
a { background-color: rgb(206,221,230); }
div.DivClassName
{
background-color: #CEDDE6;
}
.BgClassName
{
background-color: #CEDDE6;
}
</style>
border-color css
<style>
span { border-color: #CEDDE6; }
span { border-color: rgb(206,221,230); }
td.TdClassName
{
border-color: #CEDDE6;
}
.TagClassName
{
border-color: #CEDDE6;
}
</style>