Shades of Quartz #CFCDE4
Tints of Quartz #CFCDE4
RGB
CMYK
RGB Variations
Color information
#CFCDE4 (or 0xCFCDE4) is known color: Quartz. HEX triplet: CF, CD and E4. RGB value is (207,205,228). Sum of RGB (Red+Green+Blue) = 207+205+228=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDE4 is #30321B. Grayscale: #D0D0D0. Windows color (decimal): -3158556 or 14994895. OLE color: 14994895.
HSL color Cylindrical-coordinate representation of color #CFCDE4: hue angle of 245.22º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCDE4 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 205 | 228 | - |
CMYK | 0.09 | 0.10 | 0 | 0.11 |
HSL | 245.22º | 0.3% | 0.85% | - |
HSV(B) | 245.22º | 0.1% | 0.89% | - |
XYZ | 61.57 | 62.53 | 82.22 | - |
YUV | 208.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 228 | 0.09 | 0.10 | 0 | 0.11 | 245.22 | 0.3 | 0.85 |
Hex | CF | CD | E4 | 9 | A | 0 | B | F5 | 1E | 55 |
Octal | 317 | 315 | 344 | 11 | 12 | 0 | 13 | 365 | 36 | 125 |
Binary | 11001111 | 11001101 | 11100100 | 1001 | 1010 | 0 | 1011 | 11110101 | 11110 | 1010101 |
Color Harmonies of #CFCDE4
Complementary color
Monochromatic Colors of #CFCDE4
Black with #CFCDE4
Text Example
Text Example
White with #CFCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDE4; }
p { color: rgb(207,205,228); }
H1.HeaderClassName
{
color: #CFCDE4;
}
.AnyTagClassName
{
color: #CFCDE4;
}
</style>
background-color css
<style>
a { background-color: #CFCDE4; }
a { background-color: rgb(207,205,228); }
div.DivClassName
{
background-color: #CFCDE4;
}
.BgClassName
{
background-color: #CFCDE4;
}
</style>
border-color css
<style>
span { border-color: #CFCDE4; }
span { border-color: rgb(207,205,228); }
td.TdClassName
{
border-color: #CFCDE4;
}
.TagClassName
{
border-color: #CFCDE4;
}
</style>