Shades of Quartz #DEDEEF
Tints of Quartz #DEDEEF
RGB
CMYK
RGB Variations
Color information
#DEDEEF (or 0xDEDEEF) is known color: Quartz. HEX triplet: DE, DE and EF. RGB value is (222,222,239). Sum of RGB (Red+Green+Blue) = 222+222+239=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEEF is #212110. Grayscale: #DFDFDF. Windows color (decimal): -2171153 or 15720158. OLE color: 15720158.
HSL color Cylindrical-coordinate representation of color #DEDEEF: hue angle of 240º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDEEF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 222 | 239 | - |
CMYK | 0.07 | 0.07 | 0 | 0.06 |
HSL | 240º | 0.35% | 0.9% | - |
HSV(B) | 240º | 0.07% | 0.94% | - |
XYZ | 71.83 | 74 | 92.16 | - |
YUV | 223.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 239 | 0.07 | 0.07 | 0 | 0.06 | 240 | 0.35 | 0.9 |
Hex | DE | DE | EF | 7 | 7 | 0 | 6 | F0 | 23 | 5A |
Octal | 336 | 336 | 357 | 7 | 7 | 0 | 6 | 360 | 43 | 132 |
Binary | 11011110 | 11011110 | 11101111 | 111 | 111 | 0 | 110 | 11110000 | 100011 | 1011010 |
Color Harmonies of #DEDEEF
Complementary color
Monochromatic Colors of #DEDEEF
Black with #DEDEEF
Text Example
Text Example
White with #DEDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEEF; }
p { color: rgb(222,222,239); }
H1.HeaderClassName
{
color: #DEDEEF;
}
.AnyTagClassName
{
color: #DEDEEF;
}
</style>
background-color css
<style>
a { background-color: #DEDEEF; }
a { background-color: rgb(222,222,239); }
div.DivClassName
{
background-color: #DEDEEF;
}
.BgClassName
{
background-color: #DEDEEF;
}
</style>
border-color css
<style>
span { border-color: #DEDEEF; }
span { border-color: rgb(222,222,239); }
td.TdClassName
{
border-color: #DEDEEF;
}
.TagClassName
{
border-color: #DEDEEF;
}
</style>