Shades of Pattens Blue #CEDEE5
Tints of Pattens Blue #CEDEE5
RGB
CMYK
RGB Variations
Color information
#CEDEE5 (or 0xCEDEE5) is known color: Pattens Blue. HEX triplet: CE, DE and E5. RGB value is (206,222,229). Sum of RGB (Red+Green+Blue) = 206+222+229=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEE5 is #31211A. Grayscale: #D9D9D9. Windows color (decimal): -3219739 or 15064782. OLE color: 15064782.
HSL color Cylindrical-coordinate representation of color #CEDEE5: hue angle of 198.26º 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 #CEDEE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 222 | 229 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.10 |
| HSL | 198.26º | 0.31% | 0.85% | - |
| HSV(B) | 198.26º | 0.1% | 0.9% | - |
| XYZ | 65.72 | 71.02 | 84.37 | - |
| YUV | 218.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 229 | 0.10 | 0.03 | 0 | 0.10 | 198.26 | 0.31 | 0.85 |
| Hex | CE | DE | E5 | A | 3 | 0 | A | C6 | 1F | 55 |
| Octal | 316 | 336 | 345 | 12 | 3 | 0 | 12 | 306 | 37 | 125 |
| Binary | 11001110 | 11011110 | 11100101 | 1010 | 11 | 0 | 1010 | 11000110 | 11111 | 1010101 |
Color Harmonies of #CEDEE5
Complementary color
Monochromatic Colors of #CEDEE5
Black with #CEDEE5
Text Example
Text Example
White with #CEDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEE5; }
p { color: rgb(206,222,229); }
H1.HeaderClassName
{
color: #CEDEE5;
}
.AnyTagClassName
{
color: #CEDEE5;
}
</style>
background-color css
<style>
a { background-color: #CEDEE5; }
a { background-color: rgb(206,222,229); }
div.DivClassName
{
background-color: #CEDEE5;
}
.BgClassName
{
background-color: #CEDEE5;
}
</style>
border-color css
<style>
span { border-color: #CEDEE5; }
span { border-color: rgb(206,222,229); }
td.TdClassName
{
border-color: #CEDEE5;
}
.TagClassName
{
border-color: #CEDEE5;
}
</style>