Shades of Quartz #CFCEE3
Tints of Quartz #CFCEE3
RGB
CMYK
RGB Variations
Color information
#CFCEE3 (or 0xCFCEE3) is known color: Quartz. HEX triplet: CF, CE and E3. RGB value is (207,206,227). Sum of RGB (Red+Green+Blue) = 207+206+227=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE3 is #30311C. Grayscale: #D0D0D0. Windows color (decimal): -3158301 or 14929615. OLE color: 14929615.
HSL color Cylindrical-coordinate representation of color #CFCEE3: hue angle of 242.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCEE3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 206 | 227 | - |
CMYK | 0.09 | 0.09 | 0 | 0.11 |
HSL | 242.86º | 0.27% | 0.85% | - |
HSV(B) | 242.86º | 0.09% | 0.89% | - |
XYZ | 61.67 | 62.95 | 81.57 | - |
YUV | 208.69 | 138.33 | 126.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 227 | 0.09 | 0.09 | 0 | 0.11 | 242.86 | 0.27 | 0.85 |
Hex | CF | CE | E3 | 9 | 9 | 0 | B | F3 | 1B | 55 |
Octal | 317 | 316 | 343 | 11 | 11 | 0 | 13 | 363 | 33 | 125 |
Binary | 11001111 | 11001110 | 11100011 | 1001 | 1001 | 0 | 1011 | 11110011 | 11011 | 1010101 |
Color Harmonies of #CFCEE3
Complementary color
Monochromatic Colors of #CFCEE3
Black with #CFCEE3
Text Example
Text Example
White with #CFCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEE3; }
p { color: rgb(207,206,227); }
H1.HeaderClassName
{
color: #CFCEE3;
}
.AnyTagClassName
{
color: #CFCEE3;
}
</style>
background-color css
<style>
a { background-color: #CFCEE3; }
a { background-color: rgb(207,206,227); }
div.DivClassName
{
background-color: #CFCEE3;
}
.BgClassName
{
background-color: #CFCEE3;
}
</style>
border-color css
<style>
span { border-color: #CFCEE3; }
span { border-color: rgb(207,206,227); }
td.TdClassName
{
border-color: #CFCEE3;
}
.TagClassName
{
border-color: #CFCEE3;
}
</style>