Shades of Quartz #CED1EA
Tints of Quartz #CED1EA
RGB
CMYK
RGB Variations
Color information
#CED1EA (or 0xCED1EA) is known color: Quartz. HEX triplet: CE, D1 and EA. RGB value is (206,209,234). Sum of RGB (Red+Green+Blue) = 206+209+234=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1EA is #312E15. Grayscale: #D2D2D2. Windows color (decimal): -3223062 or 15389134. OLE color: 15389134.
HSL color Cylindrical-coordinate representation of color #CED1EA: hue angle of 233.57º degrees, saturation: 0.4, 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 #CED1EA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 209 | 234 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.08 |
| HSL | 233.57º | 0.4% | 0.86% | - |
| HSV(B) | 233.57º | 0.12% | 0.92% | - |
| XYZ | 63.11 | 64.66 | 87 | - |
| YUV | 210.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 234 | 0.12 | 0.11 | 0 | 0.08 | 233.57 | 0.4 | 0.86 |
| Hex | CE | D1 | EA | C | B | 0 | 8 | EA | 28 | 56 |
| Octal | 316 | 321 | 352 | 14 | 13 | 0 | 10 | 352 | 50 | 126 |
| Binary | 11001110 | 11010001 | 11101010 | 1100 | 1011 | 0 | 1000 | 11101010 | 101000 | 1010110 |
Color Harmonies of #CED1EA
Complementary color
Monochromatic Colors of #CED1EA
Black with #CED1EA
Text Example
Text Example
White with #CED1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1EA; }
p { color: rgb(206,209,234); }
H1.HeaderClassName
{
color: #CED1EA;
}
.AnyTagClassName
{
color: #CED1EA;
}
</style>
background-color css
<style>
a { background-color: #CED1EA; }
a { background-color: rgb(206,209,234); }
div.DivClassName
{
background-color: #CED1EA;
}
.BgClassName
{
background-color: #CED1EA;
}
</style>
border-color css
<style>
span { border-color: #CED1EA; }
span { border-color: rgb(206,209,234); }
td.TdClassName
{
border-color: #CED1EA;
}
.TagClassName
{
border-color: #CED1EA;
}
</style>