Shades of Quartz #CFCEE1
Tints of Quartz #CFCEE1
RGB
CMYK
RGB Variations
Color information
#CFCEE1 (or 0xCFCEE1) is known color: Quartz. HEX triplet: CF, CE and E1. RGB value is (207,206,225). Sum of RGB (Red+Green+Blue) = 207+206+225=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE1 is #30311E. Grayscale: #D0D0D0. Windows color (decimal): -3158303 or 14798543. OLE color: 14798543.
HSL color Cylindrical-coordinate representation of color #CFCEE1: hue angle of 243.16º degrees, saturation: 0.24, 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 #CFCEE1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 207 | 206 | 225 | - |
CMYK | 0.08 | 0.08 | 0 | 0.12 |
HSL | 243.16º | 0.24% | 0.85% | - |
HSV(B) | 243.16º | 0.08% | 0.88% | - |
XYZ | 61.39 | 62.84 | 80.13 | - |
YUV | 208.47 | 137.33 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 225 | 0.08 | 0.08 | 0 | 0.12 | 243.16 | 0.24 | 0.85 |
Hex | CF | CE | E1 | 8 | 8 | 0 | C | F3 | 18 | 55 |
Octal | 317 | 316 | 341 | 10 | 10 | 0 | 14 | 363 | 30 | 125 |
Binary | 11001111 | 11001110 | 11100001 | 1000 | 1000 | 0 | 1100 | 11110011 | 11000 | 1010101 |
Color Harmonies of #CFCEE1
Complementary color
Monochromatic Colors of #CFCEE1
Black with #CFCEE1
Text Example
Text Example
White with #CFCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEE1; }
p { color: rgb(207,206,225); }
H1.HeaderClassName
{
color: #CFCEE1;
}
.AnyTagClassName
{
color: #CFCEE1;
}
</style>
background-color css
<style>
a { background-color: #CFCEE1; }
a { background-color: rgb(207,206,225); }
div.DivClassName
{
background-color: #CFCEE1;
}
.BgClassName
{
background-color: #CFCEE1;
}
</style>
border-color css
<style>
span { border-color: #CFCEE1; }
span { border-color: rgb(207,206,225); }
td.TdClassName
{
border-color: #CFCEE1;
}
.TagClassName
{
border-color: #CFCEE1;
}
</style>