Shades of Quartz #CFCDEC
Tints of Quartz #CFCDEC
RGB
CMYK
RGB Variations
Color information
#CFCDEC (or 0xCFCDEC) is known color: Quartz. HEX triplet: CF, CD and EC. RGB value is (207,205,236). Sum of RGB (Red+Green+Blue) = 207+205+236=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDEC is #303213. Grayscale: #D1D1D1. Windows color (decimal): -3158548 or 15519183. OLE color: 15519183.
HSL color Cylindrical-coordinate representation of color #CFCDEC: hue angle of 243.87º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFCDEC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 205 | 236 | - |
CMYK | 0.12 | 0.13 | 0 | 0.07 |
HSL | 243.87º | 0.45% | 0.86% | - |
HSV(B) | 243.87º | 0.13% | 0.93% | - |
XYZ | 62.7 | 62.98 | 88.21 | - |
YUV | 209.13 | 143.16 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 236 | 0.12 | 0.13 | 0 | 0.07 | 243.87 | 0.45 | 0.86 |
Hex | CF | CD | EC | C | D | 0 | 7 | F4 | 2D | 56 |
Octal | 317 | 315 | 354 | 14 | 15 | 0 | 7 | 364 | 55 | 126 |
Binary | 11001111 | 11001101 | 11101100 | 1100 | 1101 | 0 | 111 | 11110100 | 101101 | 1010110 |
Color Harmonies of #CFCDEC
Complementary color
Monochromatic Colors of #CFCDEC
Black with #CFCDEC
Text Example
Text Example
White with #CFCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDEC; }
p { color: rgb(207,205,236); }
H1.HeaderClassName
{
color: #CFCDEC;
}
.AnyTagClassName
{
color: #CFCDEC;
}
</style>
background-color css
<style>
a { background-color: #CFCDEC; }
a { background-color: rgb(207,205,236); }
div.DivClassName
{
background-color: #CFCDEC;
}
.BgClassName
{
background-color: #CFCDEC;
}
</style>
border-color css
<style>
span { border-color: #CFCDEC; }
span { border-color: rgb(207,205,236); }
td.TdClassName
{
border-color: #CFCDEC;
}
.TagClassName
{
border-color: #CFCDEC;
}
</style>