Shades of Quartz #CDD0EE
Tints of Quartz #CDD0EE
RGB
CMYK
RGB Variations
Color information
#CDD0EE (or 0xCDD0EE) is known color: Quartz. HEX triplet: CD, D0 and EE. RGB value is (205,208,238). Sum of RGB (Red+Green+Blue) = 205+208+238=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0EE is #322F11. Grayscale: #D2D2D2. Windows color (decimal): -3288850 or 15651021. OLE color: 15651021.
HSL color Cylindrical-coordinate representation of color #CDD0EE: hue angle of 234.55º 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 #CDD0EE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 208 | 238 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.07 |
| HSL | 234.55º | 0.49% | 0.87% | - |
| HSV(B) | 234.55º | 0.14% | 0.93% | - |
| XYZ | 63.17 | 64.26 | 89.96 | - |
| YUV | 210.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 238 | 0.14 | 0.13 | 0 | 0.07 | 234.55 | 0.49 | 0.87 |
| Hex | CD | D0 | EE | E | D | 0 | 7 | EB | 31 | 57 |
| Octal | 315 | 320 | 356 | 16 | 15 | 0 | 7 | 353 | 61 | 127 |
| Binary | 11001101 | 11010000 | 11101110 | 1110 | 1101 | 0 | 111 | 11101011 | 110001 | 1010111 |
Color Harmonies of #CDD0EE
Complementary color
Monochromatic Colors of #CDD0EE
Black with #CDD0EE
Text Example
Text Example
White with #CDD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0EE; }
p { color: rgb(205,208,238); }
H1.HeaderClassName
{
color: #CDD0EE;
}
.AnyTagClassName
{
color: #CDD0EE;
}
</style>
background-color css
<style>
a { background-color: #CDD0EE; }
a { background-color: rgb(205,208,238); }
div.DivClassName
{
background-color: #CDD0EE;
}
.BgClassName
{
background-color: #CDD0EE;
}
</style>
border-color css
<style>
span { border-color: #CDD0EE; }
span { border-color: rgb(205,208,238); }
td.TdClassName
{
border-color: #CDD0EE;
}
.TagClassName
{
border-color: #CDD0EE;
}
</style>