Shades of Quartz #CFCCE7
Tints of Quartz #CFCCE7
RGB
CMYK
RGB Variations
Color information
#CFCCE7 (or 0xCFCCE7) is known color: Quartz. HEX triplet: CF, CC and E7. RGB value is (207,204,231). Sum of RGB (Red+Green+Blue) = 207+204+231=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCE7 is #303318. Grayscale: #CFCFCF. Windows color (decimal): -3158809 or 15191247. OLE color: 15191247.
HSL color Cylindrical-coordinate representation of color #CFCCE7: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCCE7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 204 | 231 | - |
CMYK | 0.10 | 0.12 | 0 | 0.09 |
HSL | 246.67º | 0.36% | 0.85% | - |
HSV(B) | 246.67º | 0.12% | 0.91% | - |
XYZ | 61.75 | 62.22 | 84.36 | - |
YUV | 207.98 | 140.99 | 127.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 204 | 231 | 0.10 | 0.12 | 0 | 0.09 | 246.67 | 0.36 | 0.85 |
Hex | CF | CC | E7 | A | C | 0 | 9 | F7 | 24 | 55 |
Octal | 317 | 314 | 347 | 12 | 14 | 0 | 11 | 367 | 44 | 125 |
Binary | 11001111 | 11001100 | 11100111 | 1010 | 1100 | 0 | 1001 | 11110111 | 100100 | 1010101 |
Color Harmonies of #CFCCE7
Complementary color
Monochromatic Colors of #CFCCE7
Black with #CFCCE7
Text Example
Text Example
White with #CFCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCE7; }
p { color: rgb(207,204,231); }
H1.HeaderClassName
{
color: #CFCCE7;
}
.AnyTagClassName
{
color: #CFCCE7;
}
</style>
background-color css
<style>
a { background-color: #CFCCE7; }
a { background-color: rgb(207,204,231); }
div.DivClassName
{
background-color: #CFCCE7;
}
.BgClassName
{
background-color: #CFCCE7;
}
</style>
border-color css
<style>
span { border-color: #CFCCE7; }
span { border-color: rgb(207,204,231); }
td.TdClassName
{
border-color: #CFCCE7;
}
.TagClassName
{
border-color: #CFCCE7;
}
</style>