Shades of Quartz #CBCBE5
Tints of Quartz #CBCBE5
RGB
CMYK
RGB Variations
Color information
#CBCBE5 (or 0xCBCBE5) is known color: Quartz. HEX triplet: CB, CB and E5. RGB value is (203,203,229). Sum of RGB (Red+Green+Blue) = 203+203+229=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBE5 is #34341A. Grayscale: #CDCDCD. Windows color (decimal): -3421211 or 15059915. OLE color: 15059915.
HSL color Cylindrical-coordinate representation of color #CBCBE5: hue angle of 240º 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 #CBCBE5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 203 | 229 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.10 |
| HSL | 240º | 0.33% | 0.85% | - |
| HSV(B) | 240º | 0.11% | 0.9% | - |
| XYZ | 60.13 | 61.07 | 82.75 | - |
| YUV | 205.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 229 | 0.11 | 0.11 | 0 | 0.10 | 240 | 0.33 | 0.85 |
| Hex | CB | CB | E5 | B | B | 0 | A | F0 | 21 | 55 |
| Octal | 313 | 313 | 345 | 13 | 13 | 0 | 12 | 360 | 41 | 125 |
| Binary | 11001011 | 11001011 | 11100101 | 1011 | 1011 | 0 | 1010 | 11110000 | 100001 | 1010101 |
Color Harmonies of #CBCBE5
Complementary color
Monochromatic Colors of #CBCBE5
Black with #CBCBE5
Text Example
Text Example
White with #CBCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBE5; }
p { color: rgb(203,203,229); }
H1.HeaderClassName
{
color: #CBCBE5;
}
.AnyTagClassName
{
color: #CBCBE5;
}
</style>
background-color css
<style>
a { background-color: #CBCBE5; }
a { background-color: rgb(203,203,229); }
div.DivClassName
{
background-color: #CBCBE5;
}
.BgClassName
{
background-color: #CBCBE5;
}
</style>
border-color css
<style>
span { border-color: #CBCBE5; }
span { border-color: rgb(203,203,229); }
td.TdClassName
{
border-color: #CBCBE5;
}
.TagClassName
{
border-color: #CBCBE5;
}
</style>