#DEDCE5

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

Shades of Quartz #DEDCE5

Tints of Quartz #DEDCE5

Color information

#DEDCE5 (or 0xDEDCE5) is unknown color: approx Quartz. HEX triplet: DE, DC and E5. RGB value is (222,220,229). Sum of RGB (Red+Green+Blue) = 222+220+229=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCE5 is #21231A. Grayscale: #DDDDDD. Windows color (decimal): -2171675 or 15064286. OLE color: 15064286.

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

Color convert

RGB222220229-
CMYK0.030.0400.10
HSL253.33º14.75%88.04%-
HSV(B)253.33º3.93%89.8%-
XYZ69.8672.3784.42-
YUV221.62132.16128.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=33.08%
G=32.79%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222202290.030.0400.10253.3314.7588.04
HexDEDCE5340Afdf58
Octal3363343453401237517130
Binary11011110110111001110010111100010101111110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCE5; }

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

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

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

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

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

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

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

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