Shades of Quartz #CCCBE5
Tints of Quartz #CCCBE5
RGB
CMYK
RGB Variations
Color information
#CCCBE5 (or 0xCCCBE5) is known color: Quartz. HEX triplet: CC, CB and E5. RGB value is (204,203,229). Sum of RGB (Red+Green+Blue) = 204+203+229=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE5 is #33341A. Grayscale: #CECECE. Windows color (decimal): -3355675 or 15059916. OLE color: 15059916.
HSL color Cylindrical-coordinate representation of color #CCCBE5: hue angle of 242.31º 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 #CCCBE5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 203 | 229 | - |
CMYK | 0.11 | 0.11 | 0 | 0.10 |
HSL | 242.31º | 0.33% | 0.85% | - |
HSV(B) | 242.31º | 0.11% | 0.9% | - |
XYZ | 60.4 | 61.21 | 82.76 | - |
YUV | 206.26 | 140.83 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 229 | 0.11 | 0.11 | 0 | 0.10 | 242.31 | 0.33 | 0.85 |
Hex | CC | CB | E5 | B | B | 0 | A | F2 | 21 | 55 |
Octal | 314 | 313 | 345 | 13 | 13 | 0 | 12 | 362 | 41 | 125 |
Binary | 11001100 | 11001011 | 11100101 | 1011 | 1011 | 0 | 1010 | 11110010 | 100001 | 1010101 |
Color Harmonies of #CCCBE5
Complementary color
Monochromatic Colors of #CCCBE5
Black with #CCCBE5
Text Example
Text Example
White with #CCCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBE5; }
p { color: rgb(204,203,229); }
H1.HeaderClassName
{
color: #CCCBE5;
}
.AnyTagClassName
{
color: #CCCBE5;
}
</style>
background-color css
<style>
a { background-color: #CCCBE5; }
a { background-color: rgb(204,203,229); }
div.DivClassName
{
background-color: #CCCBE5;
}
.BgClassName
{
background-color: #CCCBE5;
}
</style>
border-color css
<style>
span { border-color: #CCCBE5; }
span { border-color: rgb(204,203,229); }
td.TdClassName
{
border-color: #CCCBE5;
}
.TagClassName
{
border-color: #CCCBE5;
}
</style>