Shades of Quartz #CFCFDB
Tints of Quartz #CFCFDB
RGB
CMYK
RGB Variations
Color information
#CFCFDB (or 0xCFCFDB) is known color: Quartz. HEX triplet: CF, CF and DB. RGB value is (207,207,219). Sum of RGB (Red+Green+Blue) = 207+207+219=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFDB is #303024. Grayscale: #D0D0D0. Windows color (decimal): -3158053 or 14405583. OLE color: 14405583.
HSL color Cylindrical-coordinate representation of color #CFCFDB: hue angle of 240º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCFDB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 207 | 219 | - |
CMYK | 0.05 | 0.05 | 0 | 0.14 |
HSL | 240º | 0.14% | 0.84% | - |
HSV(B) | 240º | 0.05% | 0.86% | - |
XYZ | 60.83 | 63.01 | 75.97 | - |
YUV | 208.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 219 | 0.05 | 0.05 | 0 | 0.14 | 240 | 0.14 | 0.84 |
Hex | CF | CF | DB | 5 | 5 | 0 | E | F0 | E | 54 |
Octal | 317 | 317 | 333 | 5 | 5 | 0 | 16 | 360 | 16 | 124 |
Binary | 11001111 | 11001111 | 11011011 | 101 | 101 | 0 | 1110 | 11110000 | 1110 | 1010100 |
Color Harmonies of #CFCFDB
Complementary color
Monochromatic Colors of #CFCFDB
Black with #CFCFDB
Text Example
Text Example
White with #CFCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFDB; }
p { color: rgb(207,207,219); }
H1.HeaderClassName
{
color: #CFCFDB;
}
.AnyTagClassName
{
color: #CFCFDB;
}
</style>
background-color css
<style>
a { background-color: #CFCFDB; }
a { background-color: rgb(207,207,219); }
div.DivClassName
{
background-color: #CFCFDB;
}
.BgClassName
{
background-color: #CFCFDB;
}
</style>
border-color css
<style>
span { border-color: #CFCFDB; }
span { border-color: rgb(207,207,219); }
td.TdClassName
{
border-color: #CFCFDB;
}
.TagClassName
{
border-color: #CFCFDB;
}
</style>