Shades of Quartz #CED2F0
Tints of Quartz #CED2F0
RGB
CMYK
RGB Variations
Color information
#CED2F0 (or 0xCED2F0) is known color: Quartz. HEX triplet: CE, D2 and F0. RGB value is (206,210,240). Sum of RGB (Red+Green+Blue) = 206+210+240=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2F0 is #312D0F. Grayscale: #D4D4D4. Windows color (decimal): -3222800 or 15782606. OLE color: 15782606.
HSL color Cylindrical-coordinate representation of color #CED2F0: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED2F0 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 210 | 240 | - |
CMYK | 0.14 | 0.12 | 0 | 0.06 |
HSL | 232.94º | 0.53% | 0.87% | - |
HSV(B) | 232.94º | 0.14% | 0.94% | - |
XYZ | 64.23 | 65.51 | 91.7 | - |
YUV | 212.22 | 143.67 | 123.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 240 | 0.14 | 0.12 | 0 | 0.06 | 232.94 | 0.53 | 0.87 |
Hex | CE | D2 | F0 | E | C | 0 | 6 | E9 | 35 | 57 |
Octal | 316 | 322 | 360 | 16 | 14 | 0 | 6 | 351 | 65 | 127 |
Binary | 11001110 | 11010010 | 11110000 | 1110 | 1100 | 0 | 110 | 11101001 | 110101 | 1010111 |
Color Harmonies of #CED2F0
Complementary color
Monochromatic Colors of #CED2F0
Black with #CED2F0
Text Example
Text Example
White with #CED2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2F0; }
p { color: rgb(206,210,240); }
H1.HeaderClassName
{
color: #CED2F0;
}
.AnyTagClassName
{
color: #CED2F0;
}
</style>
background-color css
<style>
a { background-color: #CED2F0; }
a { background-color: rgb(206,210,240); }
div.DivClassName
{
background-color: #CED2F0;
}
.BgClassName
{
background-color: #CED2F0;
}
</style>
border-color css
<style>
span { border-color: #CED2F0; }
span { border-color: rgb(206,210,240); }
td.TdClassName
{
border-color: #CED2F0;
}
.TagClassName
{
border-color: #CED2F0;
}
</style>