#DEDCE7

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

Shades of Quartz #DEDCE7

Tints of Quartz #DEDCE7

Color information

#DEDCE7 (or 0xDEDCE7) is unknown color: approx Quartz. HEX triplet: DE, DC and E7. RGB value is (222,220,231). Sum of RGB (Red+Green+Blue) = 222+220+231=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCE7 is #212318. Grayscale: #DDDDDD. Windows color (decimal): -2171673 or 15195358. OLE color: 15195358.

HSL color Cylindrical-coordinate representation of color #DEDCE7: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDCE7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222220231-
CMYK0.040.0500.09
HSL250.91º18.64%88.43%-
HSV(B)250.91º4.76%90.59%-
XYZ70.1472.4985.9-
YUV221.85133.16128.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=32.99%
G=32.69%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222202310.040.0500.09250.9118.6488.43
HexDEDCE74509fb1358
Octal3363343474501137323130
Binary1101111011011100111001111001010100111111011100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCE7; }

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

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

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

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

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

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

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

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