Shades of Quartz #CED2F2
Tints of Quartz #CED2F2
RGB
CMYK
RGB Variations
Color information
#CED2F2 (or 0xCED2F2) is known color: Quartz. HEX triplet: CE, D2 and F2. RGB value is (206,210,242). Sum of RGB (Red+Green+Blue) = 206+210+242=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2F2 is #312D0D. Grayscale: #D4D4D4. Windows color (decimal): -3222798 or 15913678. OLE color: 15913678.
HSL color Cylindrical-coordinate representation of color #CED2F2: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED2F2 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 210 | 242 | - |
CMYK | 0.15 | 0.13 | 0 | 0.05 |
HSL | 233.33º | 0.58% | 0.88% | - |
HSV(B) | 233.33º | 0.15% | 0.95% | - |
XYZ | 64.53 | 65.63 | 93.27 | - |
YUV | 212.45 | 144.67 | 123.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 242 | 0.15 | 0.13 | 0 | 0.05 | 233.33 | 0.58 | 0.88 |
Hex | CE | D2 | F2 | F | D | 0 | 5 | E9 | 3A | 58 |
Octal | 316 | 322 | 362 | 17 | 15 | 0 | 5 | 351 | 72 | 130 |
Binary | 11001110 | 11010010 | 11110010 | 1111 | 1101 | 0 | 101 | 11101001 | 111010 | 1011000 |
Color Harmonies of #CED2F2
Complementary color
Monochromatic Colors of #CED2F2
Black with #CED2F2
Text Example
Text Example
White with #CED2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2F2; }
p { color: rgb(206,210,242); }
H1.HeaderClassName
{
color: #CED2F2;
}
.AnyTagClassName
{
color: #CED2F2;
}
</style>
background-color css
<style>
a { background-color: #CED2F2; }
a { background-color: rgb(206,210,242); }
div.DivClassName
{
background-color: #CED2F2;
}
.BgClassName
{
background-color: #CED2F2;
}
</style>
border-color css
<style>
span { border-color: #CED2F2; }
span { border-color: rgb(206,210,242); }
td.TdClassName
{
border-color: #CED2F2;
}
.TagClassName
{
border-color: #CED2F2;
}
</style>