Shades of Quartz #CDD0ED
Tints of Quartz #CDD0ED
RGB
CMYK
RGB Variations
Color information
#CDD0ED (or 0xCDD0ED) is known color: Quartz. HEX triplet: CD, D0 and ED. RGB value is (205,208,237). Sum of RGB (Red+Green+Blue) = 205+208+237=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0ED is #322F12. Grayscale: #D2D2D2. Windows color (decimal): -3288851 or 15585485. OLE color: 15585485.
HSL color Cylindrical-coordinate representation of color #CDD0ED: hue angle of 234.38º degrees, saturation: 0.47, 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 #CDD0ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 208 | 237 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.07 |
| HSL | 234.38º | 0.47% | 0.87% | - |
| HSV(B) | 234.38º | 0.14% | 0.93% | - |
| XYZ | 63.02 | 64.21 | 89.19 | - |
| YUV | 210.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 237 | 0.14 | 0.12 | 0 | 0.07 | 234.38 | 0.47 | 0.87 |
| Hex | CD | D0 | ED | E | C | 0 | 7 | EA | 2F | 57 |
| Octal | 315 | 320 | 355 | 16 | 14 | 0 | 7 | 352 | 57 | 127 |
| Binary | 11001101 | 11010000 | 11101101 | 1110 | 1100 | 0 | 111 | 11101010 | 101111 | 1010111 |
Color Harmonies of #CDD0ED
Complementary color
Monochromatic Colors of #CDD0ED
Black with #CDD0ED
Text Example
Text Example
White with #CDD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0ED; }
p { color: rgb(205,208,237); }
H1.HeaderClassName
{
color: #CDD0ED;
}
.AnyTagClassName
{
color: #CDD0ED;
}
</style>
background-color css
<style>
a { background-color: #CDD0ED; }
a { background-color: rgb(205,208,237); }
div.DivClassName
{
background-color: #CDD0ED;
}
.BgClassName
{
background-color: #CDD0ED;
}
</style>
border-color css
<style>
span { border-color: #CDD0ED; }
span { border-color: rgb(205,208,237); }
td.TdClassName
{
border-color: #CDD0ED;
}
.TagClassName
{
border-color: #CDD0ED;
}
</style>