Shades of Quartz #CFCDEF
Tints of Quartz #CFCDEF
RGB
CMYK
RGB Variations
Color information
#CFCDEF (or 0xCFCDEF) is known color: Quartz. HEX triplet: CF, CD and EF. RGB value is (207,205,239). Sum of RGB (Red+Green+Blue) = 207+205+239=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDEF is #303210. Grayscale: #D1D1D1. Windows color (decimal): -3158545 or 15715791. OLE color: 15715791.
HSL color Cylindrical-coordinate representation of color #CFCDEF: hue angle of 243.53º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCDEF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 205 | 239 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.06 |
| HSL | 243.53º | 0.52% | 0.87% | - |
| HSV(B) | 243.53º | 0.14% | 0.94% | - |
| XYZ | 63.14 | 63.16 | 90.52 | - |
| YUV | 209.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 239 | 0.13 | 0.14 | 0 | 0.06 | 243.53 | 0.52 | 0.87 |
| Hex | CF | CD | EF | D | E | 0 | 6 | F4 | 34 | 57 |
| Octal | 317 | 315 | 357 | 15 | 16 | 0 | 6 | 364 | 64 | 127 |
| Binary | 11001111 | 11001101 | 11101111 | 1101 | 1110 | 0 | 110 | 11110100 | 110100 | 1010111 |
Color Harmonies of #CFCDEF
Complementary color
Monochromatic Colors of #CFCDEF
Black with #CFCDEF
Text Example
Text Example
White with #CFCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDEF; }
p { color: rgb(207,205,239); }
H1.HeaderClassName
{
color: #CFCDEF;
}
.AnyTagClassName
{
color: #CFCDEF;
}
</style>
background-color css
<style>
a { background-color: #CFCDEF; }
a { background-color: rgb(207,205,239); }
div.DivClassName
{
background-color: #CFCDEF;
}
.BgClassName
{
background-color: #CFCDEF;
}
</style>
border-color css
<style>
span { border-color: #CFCDEF; }
span { border-color: rgb(207,205,239); }
td.TdClassName
{
border-color: #CFCDEF;
}
.TagClassName
{
border-color: #CFCDEF;
}
</style>