Shades of Quartz #CDCDE5
Tints of Quartz #CDCDE5
RGB
CMYK
RGB Variations
Color information
#CDCDE5 (or 0xCDCDE5) is known color: Quartz. HEX triplet: CD, CD and E5. RGB value is (205,205,229). Sum of RGB (Red+Green+Blue) = 205+205+229=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDE5 is #32321A. Grayscale: #CFCFCF. Windows color (decimal): -3289627 or 15060429. OLE color: 15060429.
HSL color Cylindrical-coordinate representation of color #CDCDE5: hue angle of 240º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDCDE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 205 | 229 | - |
CMYK | 0.10 | 0.10 | 0 | 0.10 |
HSL | 240º | 0.32% | 0.85% | - |
HSV(B) | 240º | 0.1% | 0.9% | - |
XYZ | 61.15 | 62.3 | 82.93 | - |
YUV | 207.74 | 140 | 126.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 229 | 0.10 | 0.10 | 0 | 0.10 | 240 | 0.32 | 0.85 |
Hex | CD | CD | E5 | A | A | 0 | A | F0 | 20 | 55 |
Octal | 315 | 315 | 345 | 12 | 12 | 0 | 12 | 360 | 40 | 125 |
Binary | 11001101 | 11001101 | 11100101 | 1010 | 1010 | 0 | 1010 | 11110000 | 100000 | 1010101 |
Color Harmonies of #CDCDE5
Complementary color
Monochromatic Colors of #CDCDE5
Black with #CDCDE5
Text Example
Text Example
White with #CDCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDE5; }
p { color: rgb(205,205,229); }
H1.HeaderClassName
{
color: #CDCDE5;
}
.AnyTagClassName
{
color: #CDCDE5;
}
</style>
background-color css
<style>
a { background-color: #CDCDE5; }
a { background-color: rgb(205,205,229); }
div.DivClassName
{
background-color: #CDCDE5;
}
.BgClassName
{
background-color: #CDCDE5;
}
</style>
border-color css
<style>
span { border-color: #CDCDE5; }
span { border-color: rgb(205,205,229); }
td.TdClassName
{
border-color: #CDCDE5;
}
.TagClassName
{
border-color: #CDCDE5;
}
</style>