Shades of Quartz #CDD0EF
Tints of Quartz #CDD0EF
RGB
CMYK
RGB Variations
Color information
#CDD0EF (or 0xCDD0EF) is known color: Quartz. HEX triplet: CD, D0 and EF. RGB value is (205,208,239). Sum of RGB (Red+Green+Blue) = 205+208+239=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0EF is #322F10. Grayscale: #D2D2D2. Windows color (decimal): -3288849 or 15716557. OLE color: 15716557.
HSL color Cylindrical-coordinate representation of color #CDD0EF: hue angle of 234.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD0EF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 208 | 239 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.06 |
| HSL | 234.71º | 0.52% | 0.87% | - |
| HSV(B) | 234.71º | 0.14% | 0.94% | - |
| XYZ | 63.31 | 64.32 | 90.74 | - |
| YUV | 210.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 239 | 0.14 | 0.13 | 0 | 0.06 | 234.71 | 0.52 | 0.87 |
| Hex | CD | D0 | EF | E | D | 0 | 6 | EB | 34 | 57 |
| Octal | 315 | 320 | 357 | 16 | 15 | 0 | 6 | 353 | 64 | 127 |
| Binary | 11001101 | 11010000 | 11101111 | 1110 | 1101 | 0 | 110 | 11101011 | 110100 | 1010111 |
Color Harmonies of #CDD0EF
Complementary color
Monochromatic Colors of #CDD0EF
Black with #CDD0EF
Text Example
Text Example
White with #CDD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0EF; }
p { color: rgb(205,208,239); }
H1.HeaderClassName
{
color: #CDD0EF;
}
.AnyTagClassName
{
color: #CDD0EF;
}
</style>
background-color css
<style>
a { background-color: #CDD0EF; }
a { background-color: rgb(205,208,239); }
div.DivClassName
{
background-color: #CDD0EF;
}
.BgClassName
{
background-color: #CDD0EF;
}
</style>
border-color css
<style>
span { border-color: #CDD0EF; }
span { border-color: rgb(205,208,239); }
td.TdClassName
{
border-color: #CDD0EF;
}
.TagClassName
{
border-color: #CDD0EF;
}
</style>