#DEDDE4

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

Shades of Quartz #DEDDE4

Tints of Quartz #DEDDE4

Color information

#DEDDE4 (or 0xDEDDE4) is unknown color: approx Quartz. HEX triplet: DE, DD and E4. RGB value is (222,221,228). Sum of RGB (Red+Green+Blue) = 222+221+228=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE4 is #21221B. Grayscale: #DEDEDE. Windows color (decimal): -2171420 or 14999006. OLE color: 14999006.

HSL color Cylindrical-coordinate representation of color #DEDDE4: hue angle of 248.57º degrees, saturation: 0.11, 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 #DEDDE4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222221228-
CMYK0.030.0300.11
HSL248.57º11.48%88.04%-
HSV(B)248.57º3.07%89.41%-
XYZ69.9872.8483.77-
YUV222.1131.33127.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.08%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=33.08%
G=32.94%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222212280.030.0300.11248.5711.4888.04
HexDEDDE4330Bf9b58
Octal3363353443301337113130
Binary1101111011011101111001001111010111111100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDE4; }

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

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

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

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

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

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

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

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