Shades of Quartz #CED3F4
Tints of Quartz #CED3F4
RGB
CMYK
RGB Variations
Color information
#CED3F4 (or 0xCED3F4) is known color: Quartz. HEX triplet: CE, D3 and F4. RGB value is (206,211,244). Sum of RGB (Red+Green+Blue) = 206+211+244=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #CED3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F4 is #312C0B. Grayscale: #D5D5D5. Windows color (decimal): -3222540 or 16045006. OLE color: 16045006.
HSL color Cylindrical-coordinate representation of color #CED3F4: hue angle of 232.11º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CED3F4 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 211 | 244 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.04 |
| HSL | 232.11º | 0.63% | 0.88% | - |
| HSV(B) | 232.11º | 0.16% | 0.96% | - |
| XYZ | 65.08 | 66.24 | 94.94 | - |
| YUV | 213.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 244 | 0.16 | 0.14 | 0 | 0.04 | 232.11 | 0.63 | 0.88 |
| Hex | CE | D3 | F4 | 10 | E | 0 | 4 | E8 | 3F | 58 |
| Octal | 316 | 323 | 364 | 20 | 16 | 0 | 4 | 350 | 77 | 130 |
| Binary | 11001110 | 11010011 | 11110100 | 10000 | 1110 | 0 | 100 | 11101000 | 111111 | 1011000 |
Color Harmonies of #CED3F4
Complementary color
Monochromatic Colors of #CED3F4
Black with #CED3F4
Text Example
Text Example
White with #CED3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3F4; }
p { color: rgb(206,211,244); }
H1.HeaderClassName
{
color: #CED3F4;
}
.AnyTagClassName
{
color: #CED3F4;
}
</style>
background-color css
<style>
a { background-color: #CED3F4; }
a { background-color: rgb(206,211,244); }
div.DivClassName
{
background-color: #CED3F4;
}
.BgClassName
{
background-color: #CED3F4;
}
</style>
border-color css
<style>
span { border-color: #CED3F4; }
span { border-color: rgb(206,211,244); }
td.TdClassName
{
border-color: #CED3F4;
}
.TagClassName
{
border-color: #CED3F4;
}
</style>