Shades of Quartz #CFCBED
Tints of Quartz #CFCBED
RGB
CMYK
RGB Variations
Color information
#CFCBED (or 0xCFCBED) is known color: Quartz. HEX triplet: CF, CB and ED. RGB value is (207,203,237). Sum of RGB (Red+Green+Blue) = 207+203+237=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBED is #303412. Grayscale: #CFCFCF. Windows color (decimal): -3159059 or 15584207. OLE color: 15584207.
HSL color Cylindrical-coordinate representation of color #CFCBED: hue angle of 247.06º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCBED is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 203 | 237 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.07 |
| HSL | 247.06º | 0.49% | 0.86% | - |
| HSV(B) | 247.06º | 0.14% | 0.93% | - |
| XYZ | 62.37 | 62.09 | 88.82 | - |
| YUV | 208.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 237 | 0.13 | 0.14 | 0 | 0.07 | 247.06 | 0.49 | 0.86 |
| Hex | CF | CB | ED | D | E | 0 | 7 | F7 | 31 | 56 |
| Octal | 317 | 313 | 355 | 15 | 16 | 0 | 7 | 367 | 61 | 126 |
| Binary | 11001111 | 11001011 | 11101101 | 1101 | 1110 | 0 | 111 | 11110111 | 110001 | 1010110 |
Color Harmonies of #CFCBED
Complementary color
Monochromatic Colors of #CFCBED
Black with #CFCBED
Text Example
Text Example
White with #CFCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBED; }
p { color: rgb(207,203,237); }
H1.HeaderClassName
{
color: #CFCBED;
}
.AnyTagClassName
{
color: #CFCBED;
}
</style>
background-color css
<style>
a { background-color: #CFCBED; }
a { background-color: rgb(207,203,237); }
div.DivClassName
{
background-color: #CFCBED;
}
.BgClassName
{
background-color: #CFCBED;
}
</style>
border-color css
<style>
span { border-color: #CFCBED; }
span { border-color: rgb(207,203,237); }
td.TdClassName
{
border-color: #CFCBED;
}
.TagClassName
{
border-color: #CFCBED;
}
</style>