Shades of Pattens Blue #CEDDE3
Tints of Pattens Blue #CEDDE3
RGB
CMYK
RGB Variations
Color information
#CEDDE3 (or 0xCEDDE3) is known color: Pattens Blue. HEX triplet: CE, DD and E3. RGB value is (206,221,227). Sum of RGB (Red+Green+Blue) = 206+221+227=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDE3 is #31221C. Grayscale: #D9D9D9. Windows color (decimal): -3219997 or 14933454. OLE color: 14933454.
HSL color Cylindrical-coordinate representation of color #CEDDE3: hue angle of 197.14º degrees, saturation: 0.27, 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 #CEDDE3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 221 | 227 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.11 |
| HSL | 197.14º | 0.27% | 0.85% | - |
| HSV(B) | 197.14º | 0.09% | 0.89% | - |
| XYZ | 65.18 | 70.38 | 82.82 | - |
| YUV | 217.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 227 | 0.09 | 0.03 | 0 | 0.11 | 197.14 | 0.27 | 0.85 |
| Hex | CE | DD | E3 | 9 | 3 | 0 | B | C5 | 1B | 55 |
| Octal | 316 | 335 | 343 | 11 | 3 | 0 | 13 | 305 | 33 | 125 |
| Binary | 11001110 | 11011101 | 11100011 | 1001 | 11 | 0 | 1011 | 11000101 | 11011 | 1010101 |
Color Harmonies of #CEDDE3
Complementary color
Monochromatic Colors of #CEDDE3
Black with #CEDDE3
Text Example
Text Example
White with #CEDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDE3; }
p { color: rgb(206,221,227); }
H1.HeaderClassName
{
color: #CEDDE3;
}
.AnyTagClassName
{
color: #CEDDE3;
}
</style>
background-color css
<style>
a { background-color: #CEDDE3; }
a { background-color: rgb(206,221,227); }
div.DivClassName
{
background-color: #CEDDE3;
}
.BgClassName
{
background-color: #CEDDE3;
}
</style>
border-color css
<style>
span { border-color: #CEDDE3; }
span { border-color: rgb(206,221,227); }
td.TdClassName
{
border-color: #CEDDE3;
}
.TagClassName
{
border-color: #CEDDE3;
}
</style>