Shades of Pattens Blue #CEDDE4
Tints of Pattens Blue #CEDDE4
RGB
CMYK
RGB Variations
Color information
#CEDDE4 (or 0xCEDDE4) is known color: Pattens Blue. HEX triplet: CE, DD and E4. RGB value is (206,221,228). Sum of RGB (Red+Green+Blue) = 206+221+228=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDE4 is #31221B. Grayscale: #D9D9D9. Windows color (decimal): -3219996 or 14998990. OLE color: 14998990.
HSL color Cylindrical-coordinate representation of color #CEDDE4: hue angle of 199.09º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDDE4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 221 | 228 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.11 |
| HSL | 199.09º | 0.29% | 0.85% | - |
| HSV(B) | 199.09º | 0.1% | 0.89% | - |
| XYZ | 65.31 | 70.44 | 83.55 | - |
| YUV | 217.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 228 | 0.10 | 0.03 | 0 | 0.11 | 199.09 | 0.29 | 0.85 |
| Hex | CE | DD | E4 | A | 3 | 0 | B | C7 | 1D | 55 |
| Octal | 316 | 335 | 344 | 12 | 3 | 0 | 13 | 307 | 35 | 125 |
| Binary | 11001110 | 11011101 | 11100100 | 1010 | 11 | 0 | 1011 | 11000111 | 11101 | 1010101 |
Color Harmonies of #CEDDE4
Complementary color
Monochromatic Colors of #CEDDE4
Black with #CEDDE4
Text Example
Text Example
White with #CEDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDE4; }
p { color: rgb(206,221,228); }
H1.HeaderClassName
{
color: #CEDDE4;
}
.AnyTagClassName
{
color: #CEDDE4;
}
</style>
background-color css
<style>
a { background-color: #CEDDE4; }
a { background-color: rgb(206,221,228); }
div.DivClassName
{
background-color: #CEDDE4;
}
.BgClassName
{
background-color: #CEDDE4;
}
</style>
border-color css
<style>
span { border-color: #CEDDE4; }
span { border-color: rgb(206,221,228); }
td.TdClassName
{
border-color: #CEDDE4;
}
.TagClassName
{
border-color: #CEDDE4;
}
</style>