Shades of Quartz #CECFE8
Tints of Quartz #CECFE8
RGB
CMYK
RGB Variations
Color information
#CECFE8 (or 0xCECFE8) is known color: Quartz. HEX triplet: CE, CF and E8. RGB value is (206,207,232). Sum of RGB (Red+Green+Blue) = 206+207+232=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #CECFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFE8 is #313017. Grayscale: #D1D1D1. Windows color (decimal): -3223576 or 15257550. OLE color: 15257550.
HSL color Cylindrical-coordinate representation of color #CECFE8: hue angle of 237.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 #CECFE8 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 207 | 232 | - |
CMYK | 0.11 | 0.11 | 0 | 0.09 |
HSL | 237.69º | 0.36% | 0.86% | - |
HSV(B) | 237.69º | 0.11% | 0.91% | - |
XYZ | 62.33 | 63.57 | 85.33 | - |
YUV | 209.55 | 140.67 | 125.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 232 | 0.11 | 0.11 | 0 | 0.09 | 237.69 | 0.36 | 0.86 |
Hex | CE | CF | E8 | B | B | 0 | 9 | EE | 24 | 56 |
Octal | 316 | 317 | 350 | 13 | 13 | 0 | 11 | 356 | 44 | 126 |
Binary | 11001110 | 11001111 | 11101000 | 1011 | 1011 | 0 | 1001 | 11101110 | 100100 | 1010110 |
Color Harmonies of #CECFE8
Complementary color
Monochromatic Colors of #CECFE8
Black with #CECFE8
Text Example
Text Example
White with #CECFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE8; }
p { color: rgb(206,207,232); }
H1.HeaderClassName
{
color: #CECFE8;
}
.AnyTagClassName
{
color: #CECFE8;
}
</style>
background-color css
<style>
a { background-color: #CECFE8; }
a { background-color: rgb(206,207,232); }
div.DivClassName
{
background-color: #CECFE8;
}
.BgClassName
{
background-color: #CECFE8;
}
</style>
border-color css
<style>
span { border-color: #CECFE8; }
span { border-color: rgb(206,207,232); }
td.TdClassName
{
border-color: #CECFE8;
}
.TagClassName
{
border-color: #CECFE8;
}
</style>