Shades of Pattens Blue #CEDAE4
Tints of Pattens Blue #CEDAE4
RGB
CMYK
RGB Variations
Color information
#CEDAE4 (or 0xCEDAE4) is known color: Pattens Blue. HEX triplet: CE, DA and E4. RGB value is (206,218,228). Sum of RGB (Red+Green+Blue) = 206+218+228=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAE4 is #31251B. Grayscale: #D7D7D7. Windows color (decimal): -3220764 or 14998222. OLE color: 14998222.
HSL color Cylindrical-coordinate representation of color #CEDAE4: hue angle of 207.27º 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 #CEDAE4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 218 | 228 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.11 |
| HSL | 207.27º | 0.29% | 0.85% | - |
| HSV(B) | 207.27º | 0.1% | 0.89% | - |
| XYZ | 64.53 | 68.87 | 83.29 | - |
| YUV | 215.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 228 | 0.10 | 0.04 | 0 | 0.11 | 207.27 | 0.29 | 0.85 |
| Hex | CE | DA | E4 | A | 4 | 0 | B | CF | 1D | 55 |
| Octal | 316 | 332 | 344 | 12 | 4 | 0 | 13 | 317 | 35 | 125 |
| Binary | 11001110 | 11011010 | 11100100 | 1010 | 100 | 0 | 1011 | 11001111 | 11101 | 1010101 |
Color Harmonies of #CEDAE4
Complementary color
Monochromatic Colors of #CEDAE4
Black with #CEDAE4
Text Example
Text Example
White with #CEDAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAE4; }
p { color: rgb(206,218,228); }
H1.HeaderClassName
{
color: #CEDAE4;
}
.AnyTagClassName
{
color: #CEDAE4;
}
</style>
background-color css
<style>
a { background-color: #CEDAE4; }
a { background-color: rgb(206,218,228); }
div.DivClassName
{
background-color: #CEDAE4;
}
.BgClassName
{
background-color: #CEDAE4;
}
</style>
border-color css
<style>
span { border-color: #CEDAE4; }
span { border-color: rgb(206,218,228); }
td.TdClassName
{
border-color: #CEDAE4;
}
.TagClassName
{
border-color: #CEDAE4;
}
</style>