Shades of Quartz #CED1EB
Tints of Quartz #CED1EB
RGB
CMYK
RGB Variations
Color information
#CED1EB (or 0xCED1EB) is known color: Quartz. HEX triplet: CE, D1 and EB. RGB value is (206,209,235). Sum of RGB (Red+Green+Blue) = 206+209+235=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #CED1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1EB is #312E14. Grayscale: #D2D2D2. Windows color (decimal): -3223061 or 15454670. OLE color: 15454670.
HSL color Cylindrical-coordinate representation of color #CED1EB: hue angle of 233.79º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED1EB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 209 | 235 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.08 |
| HSL | 233.79º | 0.42% | 0.86% | - |
| HSV(B) | 233.79º | 0.12% | 0.92% | - |
| XYZ | 63.25 | 64.72 | 87.76 | - |
| YUV | 211.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 235 | 0.12 | 0.11 | 0 | 0.08 | 233.79 | 0.42 | 0.86 |
| Hex | CE | D1 | EB | C | B | 0 | 8 | EA | 2A | 56 |
| Octal | 316 | 321 | 353 | 14 | 13 | 0 | 10 | 352 | 52 | 126 |
| Binary | 11001110 | 11010001 | 11101011 | 1100 | 1011 | 0 | 1000 | 11101010 | 101010 | 1010110 |
Color Harmonies of #CED1EB
Complementary color
Monochromatic Colors of #CED1EB
Black with #CED1EB
Text Example
Text Example
White with #CED1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1EB; }
p { color: rgb(206,209,235); }
H1.HeaderClassName
{
color: #CED1EB;
}
.AnyTagClassName
{
color: #CED1EB;
}
</style>
background-color css
<style>
a { background-color: #CED1EB; }
a { background-color: rgb(206,209,235); }
div.DivClassName
{
background-color: #CED1EB;
}
.BgClassName
{
background-color: #CED1EB;
}
</style>
border-color css
<style>
span { border-color: #CED1EB; }
span { border-color: rgb(206,209,235); }
td.TdClassName
{
border-color: #CED1EB;
}
.TagClassName
{
border-color: #CED1EB;
}
</style>