Shades of Quartz #DCDFFD
Tints of Quartz #DCDFFD
RGB
CMYK
RGB Variations
Color information
#DCDFFD (or 0xDCDFFD) is known color: Quartz. HEX triplet: DC, DF and FD. RGB value is (220,223,253). Sum of RGB (Red+Green+Blue) = 220+223+253=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFFD is #232002. Grayscale: #E1E1E1. Windows color (decimal): -2301955 or 16637916. OLE color: 16637916.
HSL color Cylindrical-coordinate representation of color #DCDFFD: hue angle of 234.55º degrees, saturation: 0.89, 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 #DCDFFD is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 223 | 253 | - |
CMYK | 0.13 | 0.12 | 0 | 0.01 |
HSL | 234.55º | 0.89% | 0.93% | - |
HSV(B) | 234.55º | 0.13% | 0.99% | - |
XYZ | 73.63 | 75.08 | 103.54 | - |
YUV | 225.52 | 143.51 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 253 | 0.13 | 0.12 | 0 | 0.01 | 234.55 | 0.89 | 0.93 |
Hex | DC | DF | FD | D | C | 0 | 1 | EB | 59 | 5D |
Octal | 334 | 337 | 375 | 15 | 14 | 0 | 1 | 353 | 131 | 135 |
Binary | 11011100 | 11011111 | 11111101 | 1101 | 1100 | 0 | 1 | 11101011 | 1011001 | 1011101 |
Color Harmonies of #DCDFFD
Complementary color
Monochromatic Colors of #DCDFFD
Black with #DCDFFD
Text Example
Text Example
White with #DCDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFFD; }
p { color: rgb(220,223,253); }
H1.HeaderClassName
{
color: #DCDFFD;
}
.AnyTagClassName
{
color: #DCDFFD;
}
</style>
background-color css
<style>
a { background-color: #DCDFFD; }
a { background-color: rgb(220,223,253); }
div.DivClassName
{
background-color: #DCDFFD;
}
.BgClassName
{
background-color: #DCDFFD;
}
</style>
border-color css
<style>
span { border-color: #DCDFFD; }
span { border-color: rgb(220,223,253); }
td.TdClassName
{
border-color: #DCDFFD;
}
.TagClassName
{
border-color: #DCDFFD;
}
</style>