#DEDDE5

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

Shades of Quartz #DEDDE5

Tints of Quartz #DEDDE5

Color information

#DEDDE5 (or 0xDEDDE5) is unknown color: approx Quartz. HEX triplet: DE, DD and E5. RGB value is (222,221,229). Sum of RGB (Red+Green+Blue) = 222+221+229=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE5 is #21221A. Grayscale: #DEDEDE. Windows color (decimal): -2171419 or 15064542. OLE color: 15064542.

HSL color Cylindrical-coordinate representation of color #DEDDE5: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDDE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222221229-
CMYK0.030.0300.10
HSL247.5º13.33%88.24%-
HSV(B)247.5º3.49%89.8%-
XYZ70.1272.984.5-
YUV222.21131.83127.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.04%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=33.04%
G=32.89%
B=34.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222212290.030.0300.10247.513.3388.24
HexDEDDE5330Af8d58
Octal3363353453301237015130
Binary1101111011011101111001011111010101111100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDE5; }

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

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

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

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

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

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

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

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