Shades of Quartz #CFCFE1
Tints of Quartz #CFCFE1
RGB
CMYK
RGB Variations
Color information
#CFCFE1 (or 0xCFCFE1) is known color: Quartz. HEX triplet: CF, CF and E1. RGB value is (207,207,225). Sum of RGB (Red+Green+Blue) = 207+207+225=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFE1 is #30301E. Grayscale: #D0D0D0. Windows color (decimal): -3158047 or 14798799. OLE color: 14798799.
HSL color Cylindrical-coordinate representation of color #CFCFE1: hue angle of 240º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCFE1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 207 | 207 | 225 | - |
CMYK | 0.08 | 0.08 | 0 | 0.12 |
HSL | 240º | 0.23% | 0.85% | - |
HSV(B) | 240º | 0.08% | 0.88% | - |
XYZ | 61.64 | 63.33 | 80.21 | - |
YUV | 209.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 225 | 0.08 | 0.08 | 0 | 0.12 | 240 | 0.23 | 0.85 |
Hex | CF | CF | E1 | 8 | 8 | 0 | C | F0 | 17 | 55 |
Octal | 317 | 317 | 341 | 10 | 10 | 0 | 14 | 360 | 27 | 125 |
Binary | 11001111 | 11001111 | 11100001 | 1000 | 1000 | 0 | 1100 | 11110000 | 10111 | 1010101 |
Color Harmonies of #CFCFE1
Complementary color
Monochromatic Colors of #CFCFE1
Black with #CFCFE1
Text Example
Text Example
White with #CFCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFE1; }
p { color: rgb(207,207,225); }
H1.HeaderClassName
{
color: #CFCFE1;
}
.AnyTagClassName
{
color: #CFCFE1;
}
</style>
background-color css
<style>
a { background-color: #CFCFE1; }
a { background-color: rgb(207,207,225); }
div.DivClassName
{
background-color: #CFCFE1;
}
.BgClassName
{
background-color: #CFCFE1;
}
</style>
border-color css
<style>
span { border-color: #CFCFE1; }
span { border-color: rgb(207,207,225); }
td.TdClassName
{
border-color: #CFCFE1;
}
.TagClassName
{
border-color: #CFCFE1;
}
</style>