Shades of Quartz #CFCEDF
Tints of Quartz #CFCEDF
RGB
CMYK
RGB Variations
Color information
#CFCEDF (or 0xCFCEDF) is known color: Quartz. HEX triplet: CF, CE and DF. RGB value is (207,206,223). Sum of RGB (Red+Green+Blue) = 207+206+223=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEDF is #303120. Grayscale: #D0D0D0. Windows color (decimal): -3158305 or 14667471. OLE color: 14667471.
HSL color Cylindrical-coordinate representation of color #CFCEDF: hue angle of 243.53º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCEDF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 206 | 223 | - |
CMYK | 0.07 | 0.08 | 0 | 0.13 |
HSL | 243.53º | 0.21% | 0.84% | - |
HSV(B) | 243.53º | 0.08% | 0.87% | - |
XYZ | 61.12 | 62.74 | 78.7 | - |
YUV | 208.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 223 | 0.07 | 0.08 | 0 | 0.13 | 243.53 | 0.21 | 0.84 |
Hex | CF | CE | DF | 7 | 8 | 0 | D | F4 | 15 | 54 |
Octal | 317 | 316 | 337 | 7 | 10 | 0 | 15 | 364 | 25 | 124 |
Binary | 11001111 | 11001110 | 11011111 | 111 | 1000 | 0 | 1101 | 11110100 | 10101 | 1010100 |
Color Harmonies of #CFCEDF
Complementary color
Monochromatic Colors of #CFCEDF
Black with #CFCEDF
Text Example
Text Example
White with #CFCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEDF; }
p { color: rgb(207,206,223); }
H1.HeaderClassName
{
color: #CFCEDF;
}
.AnyTagClassName
{
color: #CFCEDF;
}
</style>
background-color css
<style>
a { background-color: #CFCEDF; }
a { background-color: rgb(207,206,223); }
div.DivClassName
{
background-color: #CFCEDF;
}
.BgClassName
{
background-color: #CFCEDF;
}
</style>
border-color css
<style>
span { border-color: #CFCEDF; }
span { border-color: rgb(207,206,223); }
td.TdClassName
{
border-color: #CFCEDF;
}
.TagClassName
{
border-color: #CFCEDF;
}
</style>