Shades of Quartz #CECBE5
Tints of Quartz #CECBE5
RGB
CMYK
RGB Variations
Color information
#CECBE5 (or 0xCECBE5) is known color: Quartz. HEX triplet: CE, CB and E5. RGB value is (206,203,229). Sum of RGB (Red+Green+Blue) = 206+203+229=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE5 is #31341A. Grayscale: #CECECE. Windows color (decimal): -3224603 or 15059918. OLE color: 15059918.
HSL color Cylindrical-coordinate representation of color #CECBE5: hue angle of 246.92º degrees, saturation: 0.33, 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 #CECBE5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 203 | 229 | - |
CMYK | 0.10 | 0.11 | 0 | 0.10 |
HSL | 246.92º | 0.33% | 0.85% | - |
HSV(B) | 246.92º | 0.11% | 0.9% | - |
XYZ | 60.95 | 61.49 | 82.79 | - |
YUV | 206.86 | 140.49 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 229 | 0.10 | 0.11 | 0 | 0.10 | 246.92 | 0.33 | 0.85 |
Hex | CE | CB | E5 | A | B | 0 | A | F7 | 21 | 55 |
Octal | 316 | 313 | 345 | 12 | 13 | 0 | 12 | 367 | 41 | 125 |
Binary | 11001110 | 11001011 | 11100101 | 1010 | 1011 | 0 | 1010 | 11110111 | 100001 | 1010101 |
Color Harmonies of #CECBE5
Complementary color
Monochromatic Colors of #CECBE5
Black with #CECBE5
Text Example
Text Example
White with #CECBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBE5; }
p { color: rgb(206,203,229); }
H1.HeaderClassName
{
color: #CECBE5;
}
.AnyTagClassName
{
color: #CECBE5;
}
</style>
background-color css
<style>
a { background-color: #CECBE5; }
a { background-color: rgb(206,203,229); }
div.DivClassName
{
background-color: #CECBE5;
}
.BgClassName
{
background-color: #CECBE5;
}
</style>
border-color css
<style>
span { border-color: #CECBE5; }
span { border-color: rgb(206,203,229); }
td.TdClassName
{
border-color: #CECBE5;
}
.TagClassName
{
border-color: #CECBE5;
}
</style>