Shades of Quartz #CCCDEB
Tints of Quartz #CCCDEB
RGB
CMYK
RGB Variations
Color information
#CCCDEB (or 0xCCCDEB) is known color: Quartz. HEX triplet: CC, CD and EB. RGB value is (204,205,235). Sum of RGB (Red+Green+Blue) = 204+205+235=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDEB is #333214. Grayscale: #CFCFCF. Windows color (decimal): -3355157 or 15453644. OLE color: 15453644.
HSL color Cylindrical-coordinate representation of color #CCCDEB: hue angle of 238.06º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCDEB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 205 | 235 | - |
CMYK | 0.13 | 0.13 | 0 | 0.08 |
HSL | 238.06º | 0.44% | 0.86% | - |
HSV(B) | 238.06º | 0.13% | 0.92% | - |
XYZ | 61.73 | 62.5 | 87.41 | - |
YUV | 208.12 | 143.17 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 235 | 0.13 | 0.13 | 0 | 0.08 | 238.06 | 0.44 | 0.86 |
Hex | CC | CD | EB | D | D | 0 | 8 | EE | 2C | 56 |
Octal | 314 | 315 | 353 | 15 | 15 | 0 | 10 | 356 | 54 | 126 |
Binary | 11001100 | 11001101 | 11101011 | 1101 | 1101 | 0 | 1000 | 11101110 | 101100 | 1010110 |
Color Harmonies of #CCCDEB
Complementary color
Monochromatic Colors of #CCCDEB
Black with #CCCDEB
Text Example
Text Example
White with #CCCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDEB; }
p { color: rgb(204,205,235); }
H1.HeaderClassName
{
color: #CCCDEB;
}
.AnyTagClassName
{
color: #CCCDEB;
}
</style>
background-color css
<style>
a { background-color: #CCCDEB; }
a { background-color: rgb(204,205,235); }
div.DivClassName
{
background-color: #CCCDEB;
}
.BgClassName
{
background-color: #CCCDEB;
}
</style>
border-color css
<style>
span { border-color: #CCCDEB; }
span { border-color: rgb(204,205,235); }
td.TdClassName
{
border-color: #CCCDEB;
}
.TagClassName
{
border-color: #CCCDEB;
}
</style>