Shades of Pattens Blue #CEDCE9
Tints of Pattens Blue #CEDCE9
RGB
CMYK
RGB Variations
Color information
#CEDCE9 (or 0xCEDCE9) is known color: Pattens Blue. HEX triplet: CE, DC and E9. RGB value is (206,220,233). Sum of RGB (Red+Green+Blue) = 206+220+233=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCE9 is #312316. Grayscale: #D9D9D9. Windows color (decimal): -3220247 or 15326414. OLE color: 15326414.
HSL color Cylindrical-coordinate representation of color #CEDCE9: hue angle of 208.89º 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 #CEDCE9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 220 | 233 | - |
CMYK | 0.12 | 0.06 | 0 | 0.09 |
HSL | 208.89º | 0.38% | 0.86% | - |
HSV(B) | 208.89º | 0.12% | 0.91% | - |
XYZ | 65.75 | 70.19 | 87.17 | - |
YUV | 217.3 | 136.86 | 119.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 233 | 0.12 | 0.06 | 0 | 0.09 | 208.89 | 0.38 | 0.86 |
Hex | CE | DC | E9 | C | 6 | 0 | 9 | D1 | 26 | 56 |
Octal | 316 | 334 | 351 | 14 | 6 | 0 | 11 | 321 | 46 | 126 |
Binary | 11001110 | 11011100 | 11101001 | 1100 | 110 | 0 | 1001 | 11010001 | 100110 | 1010110 |
Color Harmonies of #CEDCE9
Complementary color
Monochromatic Colors of #CEDCE9
Black with #CEDCE9
Text Example
Text Example
White with #CEDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCE9; }
p { color: rgb(206,220,233); }
H1.HeaderClassName
{
color: #CEDCE9;
}
.AnyTagClassName
{
color: #CEDCE9;
}
</style>
background-color css
<style>
a { background-color: #CEDCE9; }
a { background-color: rgb(206,220,233); }
div.DivClassName
{
background-color: #CEDCE9;
}
.BgClassName
{
background-color: #CEDCE9;
}
</style>
border-color css
<style>
span { border-color: #CEDCE9; }
span { border-color: rgb(206,220,233); }
td.TdClassName
{
border-color: #CEDCE9;
}
.TagClassName
{
border-color: #CEDCE9;
}
</style>