Shades of Quartz #CFCAEB
Tints of Quartz #CFCAEB
RGB
CMYK
RGB Variations
Color information
#CFCAEB (or 0xCFCAEB) is known color: Quartz. HEX triplet: CF, CA and EB. RGB value is (207,202,235). Sum of RGB (Red+Green+Blue) = 207+202+235=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAEB is #303514. Grayscale: #CFCFCF. Windows color (decimal): -3159317 or 15452879. OLE color: 15452879.
HSL color Cylindrical-coordinate representation of color #CFCAEB: hue angle of 249.09º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCAEB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 207 | 202 | 235 | - |
CMYK | 0.12 | 0.14 | 0 | 0.08 |
HSL | 249.09º | 0.45% | 0.86% | - |
HSV(B) | 249.09º | 0.14% | 0.92% | - |
XYZ | 61.85 | 61.5 | 87.21 | - |
YUV | 207.26 | 143.66 | 127.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 235 | 0.12 | 0.14 | 0 | 0.08 | 249.09 | 0.45 | 0.86 |
Hex | CF | CA | EB | C | E | 0 | 8 | F9 | 2D | 56 |
Octal | 317 | 312 | 353 | 14 | 16 | 0 | 10 | 371 | 55 | 126 |
Binary | 11001111 | 11001010 | 11101011 | 1100 | 1110 | 0 | 1000 | 11111001 | 101101 | 1010110 |
Color Harmonies of #CFCAEB
Complementary color
Monochromatic Colors of #CFCAEB
Black with #CFCAEB
Text Example
Text Example
White with #CFCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAEB; }
p { color: rgb(207,202,235); }
H1.HeaderClassName
{
color: #CFCAEB;
}
.AnyTagClassName
{
color: #CFCAEB;
}
</style>
background-color css
<style>
a { background-color: #CFCAEB; }
a { background-color: rgb(207,202,235); }
div.DivClassName
{
background-color: #CFCAEB;
}
.BgClassName
{
background-color: #CFCAEB;
}
</style>
border-color css
<style>
span { border-color: #CFCAEB; }
span { border-color: rgb(207,202,235); }
td.TdClassName
{
border-color: #CFCAEB;
}
.TagClassName
{
border-color: #CFCAEB;
}
</style>