Shades of Quartz #CED0EA
Tints of Quartz #CED0EA
RGB
CMYK
RGB Variations
Color information
#CED0EA (or 0xCED0EA) is known color: Quartz. HEX triplet: CE, D0 and EA. RGB value is (206,208,234). Sum of RGB (Red+Green+Blue) = 206+208+234=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0EA is #312F15. Grayscale: #D2D2D2. Windows color (decimal): -3223318 or 15388878. OLE color: 15388878.
HSL color Cylindrical-coordinate representation of color #CED0EA: hue angle of 235.71º 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 #CED0EA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 208 | 234 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.08 |
| HSL | 235.71º | 0.4% | 0.86% | - |
| HSV(B) | 235.71º | 0.12% | 0.92% | - |
| XYZ | 62.86 | 64.17 | 86.92 | - |
| YUV | 210.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 234 | 0.12 | 0.11 | 0 | 0.08 | 235.71 | 0.4 | 0.86 |
| Hex | CE | D0 | EA | C | B | 0 | 8 | EC | 28 | 56 |
| Octal | 316 | 320 | 352 | 14 | 13 | 0 | 10 | 354 | 50 | 126 |
| Binary | 11001110 | 11010000 | 11101010 | 1100 | 1011 | 0 | 1000 | 11101100 | 101000 | 1010110 |
Color Harmonies of #CED0EA
Complementary color
Monochromatic Colors of #CED0EA
Black with #CED0EA
Text Example
Text Example
White with #CED0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0EA; }
p { color: rgb(206,208,234); }
H1.HeaderClassName
{
color: #CED0EA;
}
.AnyTagClassName
{
color: #CED0EA;
}
</style>
background-color css
<style>
a { background-color: #CED0EA; }
a { background-color: rgb(206,208,234); }
div.DivClassName
{
background-color: #CED0EA;
}
.BgClassName
{
background-color: #CED0EA;
}
</style>
border-color css
<style>
span { border-color: #CED0EA; }
span { border-color: rgb(206,208,234); }
td.TdClassName
{
border-color: #CED0EA;
}
.TagClassName
{
border-color: #CED0EA;
}
</style>