Shades of Quartz #CECBE7
Tints of Quartz #CECBE7
RGB
CMYK
RGB Variations
Color information
#CECBE7 (or 0xCECBE7) is known color: Quartz. HEX triplet: CE, CB and E7. RGB value is (206,203,231). Sum of RGB (Red+Green+Blue) = 206+203+231=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #CECBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBE7 is #313418. Grayscale: #CECECE. Windows color (decimal): -3224601 or 15190990. OLE color: 15190990.
HSL color Cylindrical-coordinate representation of color #CECBE7: hue angle of 246.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECBE7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 203 | 231 | - |
CMYK | 0.11 | 0.12 | 0 | 0.09 |
HSL | 246.43º | 0.37% | 0.85% | - |
HSV(B) | 246.43º | 0.12% | 0.91% | - |
XYZ | 61.23 | 61.6 | 84.26 | - |
YUV | 207.09 | 141.49 | 127.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 231 | 0.11 | 0.12 | 0 | 0.09 | 246.43 | 0.37 | 0.85 |
Hex | CE | CB | E7 | B | C | 0 | 9 | F6 | 25 | 55 |
Octal | 316 | 313 | 347 | 13 | 14 | 0 | 11 | 366 | 45 | 125 |
Binary | 11001110 | 11001011 | 11100111 | 1011 | 1100 | 0 | 1001 | 11110110 | 100101 | 1010101 |
Color Harmonies of #CECBE7
Complementary color
Monochromatic Colors of #CECBE7
Black with #CECBE7
Text Example
Text Example
White with #CECBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBE7; }
p { color: rgb(206,203,231); }
H1.HeaderClassName
{
color: #CECBE7;
}
.AnyTagClassName
{
color: #CECBE7;
}
</style>
background-color css
<style>
a { background-color: #CECBE7; }
a { background-color: rgb(206,203,231); }
div.DivClassName
{
background-color: #CECBE7;
}
.BgClassName
{
background-color: #CECBE7;
}
</style>
border-color css
<style>
span { border-color: #CECBE7; }
span { border-color: rgb(206,203,231); }
td.TdClassName
{
border-color: #CECBE7;
}
.TagClassName
{
border-color: #CECBE7;
}
</style>