Shades of Quartz #CECFE7
Tints of Quartz #CECFE7
RGB
CMYK
RGB Variations
Color information
#CECFE7 (or 0xCECFE7) is known color: Quartz. HEX triplet: CE, CF and E7. RGB value is (206,207,231). Sum of RGB (Red+Green+Blue) = 206+207+231=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 231 - color contains mainly: blue. Hex color #CECFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFE7 is #313018. Grayscale: #D1D1D1. Windows color (decimal): -3223577 or 15192014. OLE color: 15192014.
HSL color Cylindrical-coordinate representation of color #CECFE7: hue angle of 237.6º degrees, saturation: 0.34, 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 #CECFE7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 207 | 231 | - |
CMYK | 0.11 | 0.10 | 0 | 0.09 |
HSL | 237.6º | 0.34% | 0.86% | - |
HSV(B) | 237.6º | 0.11% | 0.91% | - |
XYZ | 62.19 | 63.52 | 84.58 | - |
YUV | 209.44 | 140.17 | 125.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 231 | 0.11 | 0.10 | 0 | 0.09 | 237.6 | 0.34 | 0.86 |
Hex | CE | CF | E7 | B | A | 0 | 9 | EE | 22 | 56 |
Octal | 316 | 317 | 347 | 13 | 12 | 0 | 11 | 356 | 42 | 126 |
Binary | 11001110 | 11001111 | 11100111 | 1011 | 1010 | 0 | 1001 | 11101110 | 100010 | 1010110 |
Color Harmonies of #CECFE7
Complementary color
Monochromatic Colors of #CECFE7
Black with #CECFE7
Text Example
Text Example
White with #CECFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE7; }
p { color: rgb(206,207,231); }
H1.HeaderClassName
{
color: #CECFE7;
}
.AnyTagClassName
{
color: #CECFE7;
}
</style>
background-color css
<style>
a { background-color: #CECFE7; }
a { background-color: rgb(206,207,231); }
div.DivClassName
{
background-color: #CECFE7;
}
.BgClassName
{
background-color: #CECFE7;
}
</style>
border-color css
<style>
span { border-color: #CECFE7; }
span { border-color: rgb(206,207,231); }
td.TdClassName
{
border-color: #CECFE7;
}
.TagClassName
{
border-color: #CECFE7;
}
</style>