Shades of Quartz #DCDFF0
Tints of Quartz #DCDFF0
RGB
CMYK
RGB Variations
Color information
#DCDFF0 (or 0xDCDFF0) is known color: Quartz. HEX triplet: DC, DF and F0. RGB value is (220,223,240). Sum of RGB (Red+Green+Blue) = 220+223+240=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF0 is #23200F. Grayscale: #DFDFDF. Windows color (decimal): -2301968 or 15785948. OLE color: 15785948.
HSL color Cylindrical-coordinate representation of color #DCDFF0: hue angle of 231º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDFF0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 223 | 240 | - |
CMYK | 0.08 | 0.07 | 0 | 0.06 |
HSL | 231º | 0.4% | 0.9% | - |
HSV(B) | 231º | 0.08% | 0.94% | - |
XYZ | 71.63 | 74.28 | 93 | - |
YUV | 224.04 | 137.01 | 125.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 240 | 0.08 | 0.07 | 0 | 0.06 | 231 | 0.4 | 0.9 |
Hex | DC | DF | F0 | 8 | 7 | 0 | 6 | E7 | 28 | 5A |
Octal | 334 | 337 | 360 | 10 | 7 | 0 | 6 | 347 | 50 | 132 |
Binary | 11011100 | 11011111 | 11110000 | 1000 | 111 | 0 | 110 | 11100111 | 101000 | 1011010 |
Color Harmonies of #DCDFF0
Complementary color
Monochromatic Colors of #DCDFF0
Black with #DCDFF0
Text Example
Text Example
White with #DCDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFF0; }
p { color: rgb(220,223,240); }
H1.HeaderClassName
{
color: #DCDFF0;
}
.AnyTagClassName
{
color: #DCDFF0;
}
</style>
background-color css
<style>
a { background-color: #DCDFF0; }
a { background-color: rgb(220,223,240); }
div.DivClassName
{
background-color: #DCDFF0;
}
.BgClassName
{
background-color: #DCDFF0;
}
</style>
border-color css
<style>
span { border-color: #DCDFF0; }
span { border-color: rgb(220,223,240); }
td.TdClassName
{
border-color: #DCDFF0;
}
.TagClassName
{
border-color: #DCDFF0;
}
</style>