Shades of Quartz #CFCAEC
Tints of Quartz #CFCAEC
RGB
CMYK
RGB Variations
Color information
#CFCAEC (or 0xCFCAEC) is known color: Quartz. HEX triplet: CF, CA and EC. RGB value is (207,202,236). Sum of RGB (Red+Green+Blue) = 207+202+236=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAEC is #303513. Grayscale: #CFCFCF. Windows color (decimal): -3159316 or 15518415. OLE color: 15518415.
HSL color Cylindrical-coordinate representation of color #CFCAEC: hue angle of 248.82º degrees, saturation: 0.47, 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 #CFCAEC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 202 | 236 | - |
CMYK | 0.12 | 0.14 | 0 | 0.07 |
HSL | 248.82º | 0.47% | 0.86% | - |
HSV(B) | 248.82º | 0.14% | 0.93% | - |
XYZ | 61.99 | 61.56 | 87.97 | - |
YUV | 207.37 | 144.16 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 236 | 0.12 | 0.14 | 0 | 0.07 | 248.82 | 0.47 | 0.86 |
Hex | CF | CA | EC | C | E | 0 | 7 | F9 | 2F | 56 |
Octal | 317 | 312 | 354 | 14 | 16 | 0 | 7 | 371 | 57 | 126 |
Binary | 11001111 | 11001010 | 11101100 | 1100 | 1110 | 0 | 111 | 11111001 | 101111 | 1010110 |
Color Harmonies of #CFCAEC
Complementary color
Monochromatic Colors of #CFCAEC
Black with #CFCAEC
Text Example
Text Example
White with #CFCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAEC; }
p { color: rgb(207,202,236); }
H1.HeaderClassName
{
color: #CFCAEC;
}
.AnyTagClassName
{
color: #CFCAEC;
}
</style>
background-color css
<style>
a { background-color: #CFCAEC; }
a { background-color: rgb(207,202,236); }
div.DivClassName
{
background-color: #CFCAEC;
}
.BgClassName
{
background-color: #CFCAEC;
}
</style>
border-color css
<style>
span { border-color: #CFCAEC; }
span { border-color: rgb(207,202,236); }
td.TdClassName
{
border-color: #CFCAEC;
}
.TagClassName
{
border-color: #CFCAEC;
}
</style>