Shades of Quartz #DEDFF3
Tints of Quartz #DEDFF3
RGB
CMYK
RGB Variations
Color information
#DEDFF3 (or 0xDEDFF3) is known color: Quartz. HEX triplet: DE, DF and F3. RGB value is (222,223,243). Sum of RGB (Red+Green+Blue) = 222+223+243=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF3 is #21200C. Grayscale: #E0E0E0. Windows color (decimal): -2170893 or 15982558. OLE color: 15982558.
HSL color Cylindrical-coordinate representation of color #DEDFF3: hue angle of 237.14º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDFF3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 223 | 243 | - |
CMYK | 0.09 | 0.08 | 0 | 0.05 |
HSL | 237.14º | 0.47% | 0.91% | - |
HSV(B) | 237.14º | 0.09% | 0.95% | - |
XYZ | 72.69 | 74.78 | 95.4 | - |
YUV | 224.98 | 138.17 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 243 | 0.09 | 0.08 | 0 | 0.05 | 237.14 | 0.47 | 0.91 |
Hex | DE | DF | F3 | 9 | 8 | 0 | 5 | ED | 2F | 5B |
Octal | 336 | 337 | 363 | 11 | 10 | 0 | 5 | 355 | 57 | 133 |
Binary | 11011110 | 11011111 | 11110011 | 1001 | 1000 | 0 | 101 | 11101101 | 101111 | 1011011 |
Color Harmonies of #DEDFF3
Complementary color
Monochromatic Colors of #DEDFF3
Black with #DEDFF3
Text Example
Text Example
White with #DEDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFF3; }
p { color: rgb(222,223,243); }
H1.HeaderClassName
{
color: #DEDFF3;
}
.AnyTagClassName
{
color: #DEDFF3;
}
</style>
background-color css
<style>
a { background-color: #DEDFF3; }
a { background-color: rgb(222,223,243); }
div.DivClassName
{
background-color: #DEDFF3;
}
.BgClassName
{
background-color: #DEDFF3;
}
</style>
border-color css
<style>
span { border-color: #DEDFF3; }
span { border-color: rgb(222,223,243); }
td.TdClassName
{
border-color: #DEDFF3;
}
.TagClassName
{
border-color: #DEDFF3;
}
</style>