Shades of Quartz #CECCE5
Tints of Quartz #CECCE5
RGB
CMYK
RGB Variations
Color information
#CECCE5 (or 0xCECCE5) is known color: Quartz. HEX triplet: CE, CC and E5. RGB value is (206,204,229). Sum of RGB (Red+Green+Blue) = 206+204+229=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCE5 is #31331A. Grayscale: #CFCFCF. Windows color (decimal): -3224347 or 15060174. OLE color: 15060174.
HSL color Cylindrical-coordinate representation of color #CECCE5: hue angle of 244.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECCE5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 204 | 229 | - |
CMYK | 0.10 | 0.11 | 0 | 0.10 |
HSL | 244.8º | 0.32% | 0.85% | - |
HSV(B) | 244.8º | 0.11% | 0.9% | - |
XYZ | 61.19 | 61.96 | 82.86 | - |
YUV | 207.45 | 140.16 | 126.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 229 | 0.10 | 0.11 | 0 | 0.10 | 244.8 | 0.32 | 0.85 |
Hex | CE | CC | E5 | A | B | 0 | A | F5 | 20 | 55 |
Octal | 316 | 314 | 345 | 12 | 13 | 0 | 12 | 365 | 40 | 125 |
Binary | 11001110 | 11001100 | 11100101 | 1010 | 1011 | 0 | 1010 | 11110101 | 100000 | 1010101 |
Color Harmonies of #CECCE5
Complementary color
Monochromatic Colors of #CECCE5
Black with #CECCE5
Text Example
Text Example
White with #CECCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCE5; }
p { color: rgb(206,204,229); }
H1.HeaderClassName
{
color: #CECCE5;
}
.AnyTagClassName
{
color: #CECCE5;
}
</style>
background-color css
<style>
a { background-color: #CECCE5; }
a { background-color: rgb(206,204,229); }
div.DivClassName
{
background-color: #CECCE5;
}
.BgClassName
{
background-color: #CECCE5;
}
</style>
border-color css
<style>
span { border-color: #CECCE5; }
span { border-color: rgb(206,204,229); }
td.TdClassName
{
border-color: #CECCE5;
}
.TagClassName
{
border-color: #CECCE5;
}
</style>