Shades of Quartz #CED1EC
Tints of Quartz #CED1EC
RGB
CMYK
RGB Variations
Color information
#CED1EC (or 0xCED1EC) is known color: Quartz. HEX triplet: CE, D1 and EC. RGB value is (206,209,236). Sum of RGB (Red+Green+Blue) = 206+209+236=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1EC is #312E13. Grayscale: #D3D3D3. Windows color (decimal): -3223060 or 15520206. OLE color: 15520206.
HSL color Cylindrical-coordinate representation of color #CED1EC: hue angle of 234º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED1EC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 209 | 236 | - |
CMYK | 0.13 | 0.11 | 0 | 0.07 |
HSL | 234º | 0.44% | 0.87% | - |
HSV(B) | 234º | 0.13% | 0.93% | - |
XYZ | 63.39 | 64.78 | 88.52 | - |
YUV | 211.18 | 142.01 | 124.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 236 | 0.13 | 0.11 | 0 | 0.07 | 234 | 0.44 | 0.87 |
Hex | CE | D1 | EC | D | B | 0 | 7 | EA | 2C | 57 |
Octal | 316 | 321 | 354 | 15 | 13 | 0 | 7 | 352 | 54 | 127 |
Binary | 11001110 | 11010001 | 11101100 | 1101 | 1011 | 0 | 111 | 11101010 | 101100 | 1010111 |
Color Harmonies of #CED1EC
Complementary color
Monochromatic Colors of #CED1EC
Black with #CED1EC
Text Example
Text Example
White with #CED1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1EC; }
p { color: rgb(206,209,236); }
H1.HeaderClassName
{
color: #CED1EC;
}
.AnyTagClassName
{
color: #CED1EC;
}
</style>
background-color css
<style>
a { background-color: #CED1EC; }
a { background-color: rgb(206,209,236); }
div.DivClassName
{
background-color: #CED1EC;
}
.BgClassName
{
background-color: #CED1EC;
}
</style>
border-color css
<style>
span { border-color: #CED1EC; }
span { border-color: rgb(206,209,236); }
td.TdClassName
{
border-color: #CED1EC;
}
.TagClassName
{
border-color: #CED1EC;
}
</style>