#DEDDE3

Color #DEDDE3 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DEDDE3

Tints of Quartz #DEDDE3

Color information

#DEDDE3 (or 0xDEDDE3) is unknown color: approx Quartz. HEX triplet: DE, DD and E3. RGB value is (222,221,227). Sum of RGB (Red+Green+Blue) = 222+221+227=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE3 is #21221C. Grayscale: #DDDDDD. Windows color (decimal): -2171421 or 14933470. OLE color: 14933470.

HSL color Cylindrical-coordinate representation of color #DEDDE3: hue angle of 250º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDDE3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222221227-
CMYK0.020.0300.11
HSL250º9.68%87.84%-
HSV(B)250º2.64%89.02%-
XYZ69.8572.7983.04-
YUV221.98130.83128.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 227 (89.06% from 255) = 33.88%
R=33.13%
G=32.99%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222212270.020.0300.112509.6887.84
HexDEDDE3230Bfaa58
Octal3363353432301337212130
Binary1101111011011101111000111011010111111101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDE3; }

 p { color: rgb(222,221,227); }

 H1.HeaderClassName
 {
   color: #DEDDE3;
 }
 .AnyTagClassName
 {
   color: #DEDDE3;
 }
</style>
background-color css

<style>
 a { background-color: #DEDDE3; }

 a { background-color: rgb(222,221,227); }

 div.DivClassName
 {
   background-color: #DEDDE3;
 }
 .BgClassName
 {
   background-color: #DEDDE3;
 }
</style>
border-color css

<style>
 span { border-color: #DEDDE3; }

 span { border-color: rgb(222,221,227); }

 td.TdClassName
 {
   border-color: #DEDDE3;
 }
 .TagClassName
 {
   border-color: #DEDDE3;
 }
</style>