Shades of Quartz #CECDEE
Tints of Quartz #CECDEE
RGB
CMYK
RGB Variations
Color information
#CECDEE (or 0xCECDEE) is known color: Quartz. HEX triplet: CE, CD and EE. RGB value is (206,205,238). Sum of RGB (Red+Green+Blue) = 206+205+238=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CECDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDEE is #313211. Grayscale: #D0D0D0. Windows color (decimal): -3224082 or 15650254. OLE color: 15650254.
HSL color Cylindrical-coordinate representation of color #CECDEE: hue angle of 241.82º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECDEE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 205 | 238 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.07 |
| HSL | 241.82º | 0.49% | 0.87% | - |
| HSV(B) | 241.82º | 0.14% | 0.93% | - |
| XYZ | 62.72 | 62.96 | 89.74 | - |
| YUV | 209.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 238 | 0.13 | 0.14 | 0 | 0.07 | 241.82 | 0.49 | 0.87 |
| Hex | CE | CD | EE | D | E | 0 | 7 | F2 | 31 | 57 |
| Octal | 316 | 315 | 356 | 15 | 16 | 0 | 7 | 362 | 61 | 127 |
| Binary | 11001110 | 11001101 | 11101110 | 1101 | 1110 | 0 | 111 | 11110010 | 110001 | 1010111 |
Color Harmonies of #CECDEE
Complementary color
Monochromatic Colors of #CECDEE
Black with #CECDEE
Text Example
Text Example
White with #CECDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDEE; }
p { color: rgb(206,205,238); }
H1.HeaderClassName
{
color: #CECDEE;
}
.AnyTagClassName
{
color: #CECDEE;
}
</style>
background-color css
<style>
a { background-color: #CECDEE; }
a { background-color: rgb(206,205,238); }
div.DivClassName
{
background-color: #CECDEE;
}
.BgClassName
{
background-color: #CECDEE;
}
</style>
border-color css
<style>
span { border-color: #CECDEE; }
span { border-color: rgb(206,205,238); }
td.TdClassName
{
border-color: #CECDEE;
}
.TagClassName
{
border-color: #CECDEE;
}
</style>