Shades of Quartz #CED1EF
Tints of Quartz #CED1EF
RGB
CMYK
RGB Variations
Color information
#CED1EF (or 0xCED1EF) is known color: Quartz. HEX triplet: CE, D1 and EF. RGB value is (206,209,239). Sum of RGB (Red+Green+Blue) = 206+209+239=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #CED1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1EF is #312E10. Grayscale: #D3D3D3. Windows color (decimal): -3223057 or 15716814. OLE color: 15716814.
HSL color Cylindrical-coordinate representation of color #CED1EF: hue angle of 234.55º 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 #CED1EF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 209 | 239 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.06 |
| HSL | 234.55º | 0.51% | 0.87% | - |
| HSV(B) | 234.55º | 0.14% | 0.94% | - |
| XYZ | 63.83 | 64.95 | 90.83 | - |
| YUV | 211.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 239 | 0.14 | 0.13 | 0 | 0.06 | 234.55 | 0.51 | 0.87 |
| Hex | CE | D1 | EF | E | D | 0 | 6 | EB | 33 | 57 |
| Octal | 316 | 321 | 357 | 16 | 15 | 0 | 6 | 353 | 63 | 127 |
| Binary | 11001110 | 11010001 | 11101111 | 1110 | 1101 | 0 | 110 | 11101011 | 110011 | 1010111 |
Color Harmonies of #CED1EF
Complementary color
Monochromatic Colors of #CED1EF
Black with #CED1EF
Text Example
Text Example
White with #CED1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1EF; }
p { color: rgb(206,209,239); }
H1.HeaderClassName
{
color: #CED1EF;
}
.AnyTagClassName
{
color: #CED1EF;
}
</style>
background-color css
<style>
a { background-color: #CED1EF; }
a { background-color: rgb(206,209,239); }
div.DivClassName
{
background-color: #CED1EF;
}
.BgClassName
{
background-color: #CED1EF;
}
</style>
border-color css
<style>
span { border-color: #CED1EF; }
span { border-color: rgb(206,209,239); }
td.TdClassName
{
border-color: #CED1EF;
}
.TagClassName
{
border-color: #CED1EF;
}
</style>