Shades of Quartz #CCCBE6
Tints of Quartz #CCCBE6
RGB
CMYK
RGB Variations
Color information
#CCCBE6 (or 0xCCCBE6) is known color: Quartz. HEX triplet: CC, CB and E6. RGB value is (204,203,230). Sum of RGB (Red+Green+Blue) = 204+203+230=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBE6 is #333419. Grayscale: #CECECE. Windows color (decimal): -3355674 or 15125452. OLE color: 15125452.
HSL color Cylindrical-coordinate representation of color #CCCBE6: hue angle of 242.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCBE6 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 203 | 230 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.10 |
| HSL | 242.22º | 0.35% | 0.85% | - |
| HSV(B) | 242.22º | 0.12% | 0.9% | - |
| XYZ | 60.54 | 61.26 | 83.5 | - |
| YUV | 206.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 230 | 0.11 | 0.12 | 0 | 0.10 | 242.22 | 0.35 | 0.85 |
| Hex | CC | CB | E6 | B | C | 0 | A | F2 | 23 | 55 |
| Octal | 314 | 313 | 346 | 13 | 14 | 0 | 12 | 362 | 43 | 125 |
| Binary | 11001100 | 11001011 | 11100110 | 1011 | 1100 | 0 | 1010 | 11110010 | 100011 | 1010101 |
Color Harmonies of #CCCBE6
Complementary color
Monochromatic Colors of #CCCBE6
Black with #CCCBE6
Text Example
Text Example
White with #CCCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBE6; }
p { color: rgb(204,203,230); }
H1.HeaderClassName
{
color: #CCCBE6;
}
.AnyTagClassName
{
color: #CCCBE6;
}
</style>
background-color css
<style>
a { background-color: #CCCBE6; }
a { background-color: rgb(204,203,230); }
div.DivClassName
{
background-color: #CCCBE6;
}
.BgClassName
{
background-color: #CCCBE6;
}
</style>
border-color css
<style>
span { border-color: #CCCBE6; }
span { border-color: rgb(204,203,230); }
td.TdClassName
{
border-color: #CCCBE6;
}
.TagClassName
{
border-color: #CCCBE6;
}
</style>