Shades of Quartz #CED2F3
Tints of Quartz #CED2F3
RGB
CMYK
RGB Variations
Color information
#CED2F3 (or 0xCED2F3) is known color: Quartz. HEX triplet: CE, D2 and F3. RGB value is (206,210,243). Sum of RGB (Red+Green+Blue) = 206+210+243=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #CED2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2F3 is #312D0C. Grayscale: #D4D4D4. Windows color (decimal): -3222797 or 15979214. OLE color: 15979214.
HSL color Cylindrical-coordinate representation of color #CED2F3: hue angle of 233.51º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED2F3 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 210 | 243 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.05 |
| HSL | 233.51º | 0.61% | 0.88% | - |
| HSV(B) | 233.51º | 0.15% | 0.95% | - |
| XYZ | 64.68 | 65.69 | 94.06 | - |
| YUV | 212.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 243 | 0.15 | 0.14 | 0 | 0.05 | 233.51 | 0.61 | 0.88 |
| Hex | CE | D2 | F3 | F | E | 0 | 5 | EA | 3D | 58 |
| Octal | 316 | 322 | 363 | 17 | 16 | 0 | 5 | 352 | 75 | 130 |
| Binary | 11001110 | 11010010 | 11110011 | 1111 | 1110 | 0 | 101 | 11101010 | 111101 | 1011000 |
Color Harmonies of #CED2F3
Complementary color
Monochromatic Colors of #CED2F3
Black with #CED2F3
Text Example
Text Example
White with #CED2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2F3; }
p { color: rgb(206,210,243); }
H1.HeaderClassName
{
color: #CED2F3;
}
.AnyTagClassName
{
color: #CED2F3;
}
</style>
background-color css
<style>
a { background-color: #CED2F3; }
a { background-color: rgb(206,210,243); }
div.DivClassName
{
background-color: #CED2F3;
}
.BgClassName
{
background-color: #CED2F3;
}
</style>
border-color css
<style>
span { border-color: #CED2F3; }
span { border-color: rgb(206,210,243); }
td.TdClassName
{
border-color: #CED2F3;
}
.TagClassName
{
border-color: #CED2F3;
}
</style>