Shades of Quartz #CECFE9
Tints of Quartz #CECFE9
RGB
CMYK
RGB Variations
Color information
#CECFE9 (or 0xCECFE9) is known color: Quartz. HEX triplet: CE, CF and E9. RGB value is (206,207,233). Sum of RGB (Red+Green+Blue) = 206+207+233=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #CECFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFE9 is #313016. Grayscale: #D1D1D1. Windows color (decimal): -3223575 or 15323086. OLE color: 15323086.
HSL color Cylindrical-coordinate representation of color #CECFE9: hue angle of 237.78º 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 #CECFE9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 207 | 233 | - |
CMYK | 0.12 | 0.11 | 0 | 0.09 |
HSL | 237.78º | 0.38% | 0.86% | - |
HSV(B) | 237.78º | 0.12% | 0.91% | - |
XYZ | 62.47 | 63.63 | 86.08 | - |
YUV | 209.67 | 141.17 | 125.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 233 | 0.12 | 0.11 | 0 | 0.09 | 237.78 | 0.38 | 0.86 |
Hex | CE | CF | E9 | C | B | 0 | 9 | EE | 26 | 56 |
Octal | 316 | 317 | 351 | 14 | 13 | 0 | 11 | 356 | 46 | 126 |
Binary | 11001110 | 11001111 | 11101001 | 1100 | 1011 | 0 | 1001 | 11101110 | 100110 | 1010110 |
Color Harmonies of #CECFE9
Complementary color
Monochromatic Colors of #CECFE9
Black with #CECFE9
Text Example
Text Example
White with #CECFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE9; }
p { color: rgb(206,207,233); }
H1.HeaderClassName
{
color: #CECFE9;
}
.AnyTagClassName
{
color: #CECFE9;
}
</style>
background-color css
<style>
a { background-color: #CECFE9; }
a { background-color: rgb(206,207,233); }
div.DivClassName
{
background-color: #CECFE9;
}
.BgClassName
{
background-color: #CECFE9;
}
</style>
border-color css
<style>
span { border-color: #CECFE9; }
span { border-color: rgb(206,207,233); }
td.TdClassName
{
border-color: #CECFE9;
}
.TagClassName
{
border-color: #CECFE9;
}
</style>