Shades of Quartz #DCDFFC
Tints of Quartz #DCDFFC
RGB
CMYK
RGB Variations
Color information
#DCDFFC (or 0xDCDFFC) is known color: Quartz. HEX triplet: DC, DF and FC. RGB value is (220,223,252). Sum of RGB (Red+Green+Blue) = 220+223+252=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFFC is #232003. Grayscale: #E1E1E1. Windows color (decimal): -2301956 or 16572380. OLE color: 16572380.
HSL color Cylindrical-coordinate representation of color #DCDFFC: hue angle of 234.38º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDFFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 223 | 252 | - |
CMYK | 0.13 | 0.12 | 0 | 0.01 |
HSL | 234.38º | 0.84% | 0.93% | - |
HSV(B) | 234.38º | 0.13% | 0.99% | - |
XYZ | 73.47 | 75.02 | 102.7 | - |
YUV | 225.41 | 143.01 | 124.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 252 | 0.13 | 0.12 | 0 | 0.01 | 234.38 | 0.84 | 0.93 |
Hex | DC | DF | FC | D | C | 0 | 1 | EA | 54 | 5D |
Octal | 334 | 337 | 374 | 15 | 14 | 0 | 1 | 352 | 124 | 135 |
Binary | 11011100 | 11011111 | 11111100 | 1101 | 1100 | 0 | 1 | 11101010 | 1010100 | 1011101 |
Color Harmonies of #DCDFFC
Complementary color
Monochromatic Colors of #DCDFFC
Black with #DCDFFC
Text Example
Text Example
White with #DCDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFFC; }
p { color: rgb(220,223,252); }
H1.HeaderClassName
{
color: #DCDFFC;
}
.AnyTagClassName
{
color: #DCDFFC;
}
</style>
background-color css
<style>
a { background-color: #DCDFFC; }
a { background-color: rgb(220,223,252); }
div.DivClassName
{
background-color: #DCDFFC;
}
.BgClassName
{
background-color: #DCDFFC;
}
</style>
border-color css
<style>
span { border-color: #DCDFFC; }
span { border-color: rgb(220,223,252); }
td.TdClassName
{
border-color: #DCDFFC;
}
.TagClassName
{
border-color: #DCDFFC;
}
</style>