Shades of Quartz #CFCFDD
Tints of Quartz #CFCFDD
RGB
CMYK
RGB Variations
Color information
#CFCFDD (or 0xCFCFDD) is known color: Quartz. HEX triplet: CF, CF and DD. RGB value is (207,207,221). Sum of RGB (Red+Green+Blue) = 207+207+221=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFDD is #303022. Grayscale: #D0D0D0. Windows color (decimal): -3158051 or 14536655. OLE color: 14536655.
HSL color Cylindrical-coordinate representation of color #CFCFDD: hue angle of 240º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCFDD is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 207 | 221 | - |
CMYK | 0.06 | 0.06 | 0 | 0.13 |
HSL | 240º | 0.17% | 0.84% | - |
HSV(B) | 240º | 0.06% | 0.87% | - |
XYZ | 61.1 | 63.11 | 77.37 | - |
YUV | 208.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 221 | 0.06 | 0.06 | 0 | 0.13 | 240 | 0.17 | 0.84 |
Hex | CF | CF | DD | 6 | 6 | 0 | D | F0 | 11 | 54 |
Octal | 317 | 317 | 335 | 6 | 6 | 0 | 15 | 360 | 21 | 124 |
Binary | 11001111 | 11001111 | 11011101 | 110 | 110 | 0 | 1101 | 11110000 | 10001 | 1010100 |
Color Harmonies of #CFCFDD
Complementary color
Monochromatic Colors of #CFCFDD
Black with #CFCFDD
Text Example
Text Example
White with #CFCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFDD; }
p { color: rgb(207,207,221); }
H1.HeaderClassName
{
color: #CFCFDD;
}
.AnyTagClassName
{
color: #CFCFDD;
}
</style>
background-color css
<style>
a { background-color: #CFCFDD; }
a { background-color: rgb(207,207,221); }
div.DivClassName
{
background-color: #CFCFDD;
}
.BgClassName
{
background-color: #CFCFDD;
}
</style>
border-color css
<style>
span { border-color: #CFCFDD; }
span { border-color: rgb(207,207,221); }
td.TdClassName
{
border-color: #CFCFDD;
}
.TagClassName
{
border-color: #CFCFDD;
}
</style>