#DEDCE4

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

Shades of Quartz #DEDCE4

Tints of Quartz #DEDCE4

Color information

#DEDCE4 (or 0xDEDCE4) is unknown color: approx Quartz. HEX triplet: DE, DC and E4. RGB value is (222,220,228). Sum of RGB (Red+Green+Blue) = 222+220+228=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCE4 is #21231B. Grayscale: #DDDDDD. Windows color (decimal): -2171676 or 14998750. OLE color: 14998750.

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

Color convert

RGB222220228-
CMYK0.030.0400.11
HSL255º12.9%87.84%-
HSV(B)255º3.51%89.41%-
XYZ69.7272.3283.68-
YUV221.51131.66128.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=33.13%
G=32.84%
B=34.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222202280.030.0400.1125512.987.84
HexDEDCE4340Bffd58
Octal3363343443401337715130
Binary11011110110111001110010011100010111111111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCE4; }

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

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

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

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

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

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

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

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