Shades of Pattens Blue #CEDEE9
Tints of Pattens Blue #CEDEE9
RGB
CMYK
RGB Variations
Color information
#CEDEE9 (or 0xCEDEE9) is known color: Pattens Blue. HEX triplet: CE, DE and E9. RGB value is (206,222,233). Sum of RGB (Red+Green+Blue) = 206+222+233=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEE9 is #312116. Grayscale: #DADADA. Windows color (decimal): -3219735 or 15326926. OLE color: 15326926.
HSL color Cylindrical-coordinate representation of color #CEDEE9: hue angle of 204.44º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDEE9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 222 | 233 | - |
CMYK | 0.12 | 0.05 | 0 | 0.09 |
HSL | 204.44º | 0.38% | 0.86% | - |
HSV(B) | 204.44º | 0.12% | 0.91% | - |
XYZ | 66.28 | 71.25 | 87.35 | - |
YUV | 218.47 | 136.2 | 119.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 233 | 0.12 | 0.05 | 0 | 0.09 | 204.44 | 0.38 | 0.86 |
Hex | CE | DE | E9 | C | 5 | 0 | 9 | CC | 26 | 56 |
Octal | 316 | 336 | 351 | 14 | 5 | 0 | 11 | 314 | 46 | 126 |
Binary | 11001110 | 11011110 | 11101001 | 1100 | 101 | 0 | 1001 | 11001100 | 100110 | 1010110 |
Color Harmonies of #CEDEE9
Complementary color
Monochromatic Colors of #CEDEE9
Black with #CEDEE9
Text Example
Text Example
White with #CEDEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEE9; }
p { color: rgb(206,222,233); }
H1.HeaderClassName
{
color: #CEDEE9;
}
.AnyTagClassName
{
color: #CEDEE9;
}
</style>
background-color css
<style>
a { background-color: #CEDEE9; }
a { background-color: rgb(206,222,233); }
div.DivClassName
{
background-color: #CEDEE9;
}
.BgClassName
{
background-color: #CEDEE9;
}
</style>
border-color css
<style>
span { border-color: #CEDEE9; }
span { border-color: rgb(206,222,233); }
td.TdClassName
{
border-color: #CEDEE9;
}
.TagClassName
{
border-color: #CEDEE9;
}
</style>