Shades of Quartz #DCDFFB
Tints of Quartz #DCDFFB
RGB
CMYK
RGB Variations
Color information
#DCDFFB (or 0xDCDFFB) is known color: Quartz. HEX triplet: DC, DF and FB. RGB value is (220,223,251). Sum of RGB (Red+Green+Blue) = 220+223+251=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFFB is #232004. Grayscale: #E1E1E1. Windows color (decimal): -2301957 or 16506844. OLE color: 16506844.
HSL color Cylindrical-coordinate representation of color #DCDFFB: hue angle of 234.19º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDFFB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 223 | 251 | - |
CMYK | 0.12 | 0.11 | 0 | 0.02 |
HSL | 234.19º | 0.79% | 0.92% | - |
HSV(B) | 234.19º | 0.12% | 0.98% | - |
XYZ | 73.32 | 74.96 | 101.87 | - |
YUV | 225.3 | 142.51 | 124.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 251 | 0.12 | 0.11 | 0 | 0.02 | 234.19 | 0.79 | 0.92 |
Hex | DC | DF | FB | C | B | 0 | 2 | EA | 4F | 5C |
Octal | 334 | 337 | 373 | 14 | 13 | 0 | 2 | 352 | 117 | 134 |
Binary | 11011100 | 11011111 | 11111011 | 1100 | 1011 | 0 | 10 | 11101010 | 1001111 | 1011100 |
Color Harmonies of #DCDFFB
Complementary color
Monochromatic Colors of #DCDFFB
Black with #DCDFFB
Text Example
Text Example
White with #DCDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFFB; }
p { color: rgb(220,223,251); }
H1.HeaderClassName
{
color: #DCDFFB;
}
.AnyTagClassName
{
color: #DCDFFB;
}
</style>
background-color css
<style>
a { background-color: #DCDFFB; }
a { background-color: rgb(220,223,251); }
div.DivClassName
{
background-color: #DCDFFB;
}
.BgClassName
{
background-color: #DCDFFB;
}
</style>
border-color css
<style>
span { border-color: #DCDFFB; }
span { border-color: rgb(220,223,251); }
td.TdClassName
{
border-color: #DCDFFB;
}
.TagClassName
{
border-color: #DCDFFB;
}
</style>