Shades of Quartz #CED2EF
Tints of Quartz #CED2EF
RGB
CMYK
RGB Variations
Color information
#CED2EF (or 0xCED2EF) is known color: Quartz. HEX triplet: CE, D2 and EF. RGB value is (206,210,239). Sum of RGB (Red+Green+Blue) = 206+210+239=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #CED2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2EF is #312D10. Grayscale: #D3D3D3. Windows color (decimal): -3222801 or 15717070. OLE color: 15717070.
HSL color Cylindrical-coordinate representation of color #CED2EF: hue angle of 232.73º degrees, saturation: 0.51, 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 #CED2EF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 210 | 239 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.06 |
| HSL | 232.73º | 0.51% | 0.87% | - |
| HSV(B) | 232.73º | 0.14% | 0.94% | - |
| XYZ | 64.08 | 65.45 | 90.92 | - |
| YUV | 212.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 239 | 0.14 | 0.12 | 0 | 0.06 | 232.73 | 0.51 | 0.87 |
| Hex | CE | D2 | EF | E | C | 0 | 6 | E9 | 33 | 57 |
| Octal | 316 | 322 | 357 | 16 | 14 | 0 | 6 | 351 | 63 | 127 |
| Binary | 11001110 | 11010010 | 11101111 | 1110 | 1100 | 0 | 110 | 11101001 | 110011 | 1010111 |
Color Harmonies of #CED2EF
Complementary color
Monochromatic Colors of #CED2EF
Black with #CED2EF
Text Example
Text Example
White with #CED2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2EF; }
p { color: rgb(206,210,239); }
H1.HeaderClassName
{
color: #CED2EF;
}
.AnyTagClassName
{
color: #CED2EF;
}
</style>
background-color css
<style>
a { background-color: #CED2EF; }
a { background-color: rgb(206,210,239); }
div.DivClassName
{
background-color: #CED2EF;
}
.BgClassName
{
background-color: #CED2EF;
}
</style>
border-color css
<style>
span { border-color: #CED2EF; }
span { border-color: rgb(206,210,239); }
td.TdClassName
{
border-color: #CED2EF;
}
.TagClassName
{
border-color: #CED2EF;
}
</style>