Shades of Quartz #DEDFEE
Tints of Quartz #DEDFEE
RGB
CMYK
RGB Variations
Color information
#DEDFEE (or 0xDEDFEE) is known color: Quartz. HEX triplet: DE, DF and EE. RGB value is (222,223,238). Sum of RGB (Red+Green+Blue) = 222+223+238=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFEE is #212011. Grayscale: #E0E0E0. Windows color (decimal): -2170898 or 15654878. OLE color: 15654878.
HSL color Cylindrical-coordinate representation of color #DEDFEE: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDFEE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 223 | 238 | - |
CMYK | 0.07 | 0.06 | 0 | 0.07 |
HSL | 236.25º | 0.32% | 0.9% | - |
HSV(B) | 236.25º | 0.07% | 0.93% | - |
XYZ | 71.94 | 74.48 | 91.47 | - |
YUV | 224.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 238 | 0.07 | 0.06 | 0 | 0.07 | 236.25 | 0.32 | 0.9 |
Hex | DE | DF | EE | 7 | 6 | 0 | 7 | EC | 20 | 5A |
Octal | 336 | 337 | 356 | 7 | 6 | 0 | 7 | 354 | 40 | 132 |
Binary | 11011110 | 11011111 | 11101110 | 111 | 110 | 0 | 111 | 11101100 | 100000 | 1011010 |
Color Harmonies of #DEDFEE
Complementary color
Monochromatic Colors of #DEDFEE
Black with #DEDFEE
Text Example
Text Example
White with #DEDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFEE; }
p { color: rgb(222,223,238); }
H1.HeaderClassName
{
color: #DEDFEE;
}
.AnyTagClassName
{
color: #DEDFEE;
}
</style>
background-color css
<style>
a { background-color: #DEDFEE; }
a { background-color: rgb(222,223,238); }
div.DivClassName
{
background-color: #DEDFEE;
}
.BgClassName
{
background-color: #DEDFEE;
}
</style>
border-color css
<style>
span { border-color: #DEDFEE; }
span { border-color: rgb(222,223,238); }
td.TdClassName
{
border-color: #DEDFEE;
}
.TagClassName
{
border-color: #DEDFEE;
}
</style>