#DEDCEB

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

Shades of Quartz #DEDCEB

Tints of Quartz #DEDCEB

Color information

#DEDCEB (or 0xDEDCEB) is unknown color: approx Quartz. HEX triplet: DE, DC and EB. RGB value is (222,220,235). Sum of RGB (Red+Green+Blue) = 222+220+235=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCEB is #212314. Grayscale: #DEDEDE. Windows color (decimal): -2171669 or 15457502. OLE color: 15457502.

HSL color Cylindrical-coordinate representation of color #DEDCEB: hue angle of 248º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDCEB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222220235-
CMYK0.060.0600.08
HSL248º27.27%89.22%-
HSV(B)248º6.38%92.16%-
XYZ70.7172.7188.91-
YUV222.31135.16127.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.79%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=32.79%
G=32.50%
B=34.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222202350.060.0600.0824827.2789.22
HexDEDCEB6608f81b59
Octal3363343536601037033131
Binary1101111011011100111010111101100100011111000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCEB; }

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

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

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

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

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

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

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

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