Shades of Pattens Blue #CEDDE5
Tints of Pattens Blue #CEDDE5
RGB
CMYK
RGB Variations
Color information
#CEDDE5 (or 0xCEDDE5) is known color: Pattens Blue. HEX triplet: CE, DD and E5. RGB value is (206,221,229). Sum of RGB (Red+Green+Blue) = 206+221+229=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDE5 is #31221A. Grayscale: #D9D9D9. Windows color (decimal): -3219995 or 15064526. OLE color: 15064526.
HSL color Cylindrical-coordinate representation of color #CEDDE5: hue angle of 200.87º degrees, saturation: 0.31, 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 #CEDDE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 221 | 229 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.10 |
| HSL | 200.87º | 0.31% | 0.85% | - |
| HSV(B) | 200.87º | 0.1% | 0.9% | - |
| XYZ | 65.45 | 70.49 | 84.29 | - |
| YUV | 217.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 229 | 0.10 | 0.03 | 0 | 0.10 | 200.87 | 0.31 | 0.85 |
| Hex | CE | DD | E5 | A | 3 | 0 | A | C9 | 1F | 55 |
| Octal | 316 | 335 | 345 | 12 | 3 | 0 | 12 | 311 | 37 | 125 |
| Binary | 11001110 | 11011101 | 11100101 | 1010 | 11 | 0 | 1010 | 11001001 | 11111 | 1010101 |
Color Harmonies of #CEDDE5
Complementary color
Monochromatic Colors of #CEDDE5
Black with #CEDDE5
Text Example
Text Example
White with #CEDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDE5; }
p { color: rgb(206,221,229); }
H1.HeaderClassName
{
color: #CEDDE5;
}
.AnyTagClassName
{
color: #CEDDE5;
}
</style>
background-color css
<style>
a { background-color: #CEDDE5; }
a { background-color: rgb(206,221,229); }
div.DivClassName
{
background-color: #CEDDE5;
}
.BgClassName
{
background-color: #CEDDE5;
}
</style>
border-color css
<style>
span { border-color: #CEDDE5; }
span { border-color: rgb(206,221,229); }
td.TdClassName
{
border-color: #CEDDE5;
}
.TagClassName
{
border-color: #CEDDE5;
}
</style>