Shades of Quartz #CED0EB
Tints of Quartz #CED0EB
RGB
CMYK
RGB Variations
Color information
#CED0EB (or 0xCED0EB) is known color: Quartz. HEX triplet: CE, D0 and EB. RGB value is (206,208,235). Sum of RGB (Red+Green+Blue) = 206+208+235=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #CED0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0EB is #312F14. Grayscale: #D2D2D2. Windows color (decimal): -3223317 or 15454414. OLE color: 15454414.
HSL color Cylindrical-coordinate representation of color #CED0EB: hue angle of 235.86º 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 #CED0EB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 208 | 235 | - |
CMYK | 0.12 | 0.11 | 0 | 0.08 |
HSL | 235.86º | 0.42% | 0.86% | - |
HSV(B) | 235.86º | 0.12% | 0.92% | - |
XYZ | 63 | 64.23 | 87.67 | - |
YUV | 210.48 | 141.84 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 208 | 235 | 0.12 | 0.11 | 0 | 0.08 | 235.86 | 0.42 | 0.86 |
Hex | CE | D0 | EB | C | B | 0 | 8 | EC | 2A | 56 |
Octal | 316 | 320 | 353 | 14 | 13 | 0 | 10 | 354 | 52 | 126 |
Binary | 11001110 | 11010000 | 11101011 | 1100 | 1011 | 0 | 1000 | 11101100 | 101010 | 1010110 |
Color Harmonies of #CED0EB
Complementary color
Monochromatic Colors of #CED0EB
Black with #CED0EB
Text Example
Text Example
White with #CED0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0EB; }
p { color: rgb(206,208,235); }
H1.HeaderClassName
{
color: #CED0EB;
}
.AnyTagClassName
{
color: #CED0EB;
}
</style>
background-color css
<style>
a { background-color: #CED0EB; }
a { background-color: rgb(206,208,235); }
div.DivClassName
{
background-color: #CED0EB;
}
.BgClassName
{
background-color: #CED0EB;
}
</style>
border-color css
<style>
span { border-color: #CED0EB; }
span { border-color: rgb(206,208,235); }
td.TdClassName
{
border-color: #CED0EB;
}
.TagClassName
{
border-color: #CED0EB;
}
</style>