Shades of Quartz #CFCFF0
Tints of Quartz #CFCFF0
RGB
CMYK
RGB Variations
Color information
#CFCFF0 (or 0xCFCFF0) is known color: Quartz. HEX triplet: CF, CF and F0. RGB value is (207,207,240). Sum of RGB (Red+Green+Blue) = 207+207+240=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF0 is #30300F. Grayscale: #D2D2D2. Windows color (decimal): -3158032 or 15781839. OLE color: 15781839.
HSL color Cylindrical-coordinate representation of color #CFCFF0: hue angle of 240º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCFF0 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 207 | 240 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.06 |
| HSL | 240º | 0.52% | 0.88% | - |
| HSV(B) | 240º | 0.14% | 0.94% | - |
| XYZ | 63.77 | 64.18 | 91.47 | - |
| YUV | 210.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 240 | 0.14 | 0.14 | 0 | 0.06 | 240 | 0.52 | 0.88 |
| Hex | CF | CF | F0 | E | E | 0 | 6 | F0 | 34 | 58 |
| Octal | 317 | 317 | 360 | 16 | 16 | 0 | 6 | 360 | 64 | 130 |
| Binary | 11001111 | 11001111 | 11110000 | 1110 | 1110 | 0 | 110 | 11110000 | 110100 | 1011000 |
Color Harmonies of #CFCFF0
Complementary color
Monochromatic Colors of #CFCFF0
Black with #CFCFF0
Text Example
Text Example
White with #CFCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFF0; }
p { color: rgb(207,207,240); }
H1.HeaderClassName
{
color: #CFCFF0;
}
.AnyTagClassName
{
color: #CFCFF0;
}
</style>
background-color css
<style>
a { background-color: #CFCFF0; }
a { background-color: rgb(207,207,240); }
div.DivClassName
{
background-color: #CFCFF0;
}
.BgClassName
{
background-color: #CFCFF0;
}
</style>
border-color css
<style>
span { border-color: #CFCFF0; }
span { border-color: rgb(207,207,240); }
td.TdClassName
{
border-color: #CFCFF0;
}
.TagClassName
{
border-color: #CFCFF0;
}
</style>