Shades of Pattens Blue #CEDCE8
Tints of Pattens Blue #CEDCE8
RGB
CMYK
RGB Variations
Color information
#CEDCE8 (or 0xCEDCE8) is known color: Pattens Blue. HEX triplet: CE, DC and E8. RGB value is (206,220,232). Sum of RGB (Red+Green+Blue) = 206+220+232=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCE8 is #312317. Grayscale: #D9D9D9. Windows color (decimal): -3220248 or 15260878. OLE color: 15260878.
HSL color Cylindrical-coordinate representation of color #CEDCE8: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDCE8 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 220 | 232 | - |
CMYK | 0.11 | 0.05 | 0 | 0.09 |
HSL | 207.69º | 0.36% | 0.86% | - |
HSV(B) | 207.69º | 0.11% | 0.91% | - |
XYZ | 65.61 | 70.13 | 86.42 | - |
YUV | 217.18 | 136.36 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 232 | 0.11 | 0.05 | 0 | 0.09 | 207.69 | 0.36 | 0.86 |
Hex | CE | DC | E8 | B | 5 | 0 | 9 | D0 | 24 | 56 |
Octal | 316 | 334 | 350 | 13 | 5 | 0 | 11 | 320 | 44 | 126 |
Binary | 11001110 | 11011100 | 11101000 | 1011 | 101 | 0 | 1001 | 11010000 | 100100 | 1010110 |
Color Harmonies of #CEDCE8
Complementary color
Monochromatic Colors of #CEDCE8
Black with #CEDCE8
Text Example
Text Example
White with #CEDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCE8; }
p { color: rgb(206,220,232); }
H1.HeaderClassName
{
color: #CEDCE8;
}
.AnyTagClassName
{
color: #CEDCE8;
}
</style>
background-color css
<style>
a { background-color: #CEDCE8; }
a { background-color: rgb(206,220,232); }
div.DivClassName
{
background-color: #CEDCE8;
}
.BgClassName
{
background-color: #CEDCE8;
}
</style>
border-color css
<style>
span { border-color: #CEDCE8; }
span { border-color: rgb(206,220,232); }
td.TdClassName
{
border-color: #CEDCE8;
}
.TagClassName
{
border-color: #CEDCE8;
}
</style>