Shades of Quartz #CFCEE2
Tints of Quartz #CFCEE2
RGB
CMYK
RGB Variations
Color information
#CFCEE2 (or 0xCFCEE2) is known color: Quartz. HEX triplet: CF, CE and E2. RGB value is (207,206,226). Sum of RGB (Red+Green+Blue) = 207+206+226=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE2 is #30311D. Grayscale: #D0D0D0. Windows color (decimal): -3158302 or 14864079. OLE color: 14864079.
HSL color Cylindrical-coordinate representation of color #CFCEE2: hue angle of 243º degrees, saturation: 0.26, 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 #CFCEE2 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 206 | 226 | - |
CMYK | 0.08 | 0.09 | 0 | 0.11 |
HSL | 243º | 0.26% | 0.85% | - |
HSV(B) | 243º | 0.09% | 0.89% | - |
XYZ | 61.53 | 62.9 | 80.85 | - |
YUV | 208.58 | 137.83 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 226 | 0.08 | 0.09 | 0 | 0.11 | 243 | 0.26 | 0.85 |
Hex | CF | CE | E2 | 8 | 9 | 0 | B | F3 | 1A | 55 |
Octal | 317 | 316 | 342 | 10 | 11 | 0 | 13 | 363 | 32 | 125 |
Binary | 11001111 | 11001110 | 11100010 | 1000 | 1001 | 0 | 1011 | 11110011 | 11010 | 1010101 |
Color Harmonies of #CFCEE2
Complementary color
Monochromatic Colors of #CFCEE2
Black with #CFCEE2
Text Example
Text Example
White with #CFCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEE2; }
p { color: rgb(207,206,226); }
H1.HeaderClassName
{
color: #CFCEE2;
}
.AnyTagClassName
{
color: #CFCEE2;
}
</style>
background-color css
<style>
a { background-color: #CFCEE2; }
a { background-color: rgb(207,206,226); }
div.DivClassName
{
background-color: #CFCEE2;
}
.BgClassName
{
background-color: #CFCEE2;
}
</style>
border-color css
<style>
span { border-color: #CFCEE2; }
span { border-color: rgb(207,206,226); }
td.TdClassName
{
border-color: #CFCEE2;
}
.TagClassName
{
border-color: #CFCEE2;
}
</style>