Shades of Quartz #CECEE2
Tints of Quartz #CECEE2
RGB
CMYK
RGB Variations
Color information
#CECEE2 (or 0xCECEE2) is known color: Quartz. HEX triplet: CE, CE and E2. RGB value is (206,206,226). Sum of RGB (Red+Green+Blue) = 206+206+226=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #CECEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEE2 is #31311D. Grayscale: #D0D0D0. Windows color (decimal): -3223838 or 14864078. OLE color: 14864078.
HSL color Cylindrical-coordinate representation of color #CECEE2: hue angle of 240º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECEE2 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 206 | 226 | - |
CMYK | 0.09 | 0.09 | 0 | 0.11 |
HSL | 240º | 0.26% | 0.85% | - |
HSV(B) | 240º | 0.09% | 0.89% | - |
XYZ | 61.25 | 62.76 | 80.84 | - |
YUV | 208.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 226 | 0.09 | 0.09 | 0 | 0.11 | 240 | 0.26 | 0.85 |
Hex | CE | CE | E2 | 9 | 9 | 0 | B | F0 | 1A | 55 |
Octal | 316 | 316 | 342 | 11 | 11 | 0 | 13 | 360 | 32 | 125 |
Binary | 11001110 | 11001110 | 11100010 | 1001 | 1001 | 0 | 1011 | 11110000 | 11010 | 1010101 |
Color Harmonies of #CECEE2
Complementary color
Monochromatic Colors of #CECEE2
Black with #CECEE2
Text Example
Text Example
White with #CECEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEE2; }
p { color: rgb(206,206,226); }
H1.HeaderClassName
{
color: #CECEE2;
}
.AnyTagClassName
{
color: #CECEE2;
}
</style>
background-color css
<style>
a { background-color: #CECEE2; }
a { background-color: rgb(206,206,226); }
div.DivClassName
{
background-color: #CECEE2;
}
.BgClassName
{
background-color: #CECEE2;
}
</style>
border-color css
<style>
span { border-color: #CECEE2; }
span { border-color: rgb(206,206,226); }
td.TdClassName
{
border-color: #CECEE2;
}
.TagClassName
{
border-color: #CECEE2;
}
</style>