Shades of Quartz #D0CFEE
Tints of Quartz #D0CFEE
RGB
CMYK
RGB Variations
Color information
#D0CFEE (or 0xD0CFEE) is known color: Quartz. HEX triplet: D0, CF and EE. RGB value is (208,207,238). Sum of RGB (Red+Green+Blue) = 208+207+238=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFEE is #2F3011. Grayscale: #D2D2D2. Windows color (decimal): -3092498 or 15650768. OLE color: 15650768.
HSL color Cylindrical-coordinate representation of color #D0CFEE: hue angle of 241.94º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CFEE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 207 | 238 | - |
CMYK | 0.13 | 0.13 | 0 | 0.07 |
HSL | 241.94º | 0.48% | 0.87% | - |
HSV(B) | 241.94º | 0.13% | 0.93% | - |
XYZ | 63.76 | 64.21 | 89.92 | - |
YUV | 210.83 | 143.33 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 207 | 238 | 0.13 | 0.13 | 0 | 0.07 | 241.94 | 0.48 | 0.87 |
Hex | D0 | CF | EE | D | D | 0 | 7 | F2 | 30 | 57 |
Octal | 320 | 317 | 356 | 15 | 15 | 0 | 7 | 362 | 60 | 127 |
Binary | 11010000 | 11001111 | 11101110 | 1101 | 1101 | 0 | 111 | 11110010 | 110000 | 1010111 |
Color Harmonies of #D0CFEE
Complementary color
Monochromatic Colors of #D0CFEE
Black with #D0CFEE
Text Example
Text Example
White with #D0CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFEE; }
p { color: rgb(208,207,238); }
H1.HeaderClassName
{
color: #D0CFEE;
}
.AnyTagClassName
{
color: #D0CFEE;
}
</style>
background-color css
<style>
a { background-color: #D0CFEE; }
a { background-color: rgb(208,207,238); }
div.DivClassName
{
background-color: #D0CFEE;
}
.BgClassName
{
background-color: #D0CFEE;
}
</style>
border-color css
<style>
span { border-color: #D0CFEE; }
span { border-color: rgb(208,207,238); }
td.TdClassName
{
border-color: #D0CFEE;
}
.TagClassName
{
border-color: #D0CFEE;
}
</style>