#DEDCED

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

Shades of Quartz #DEDCED

Tints of Quartz #DEDCED

Color information

#DEDCED (or 0xDEDCED) is unknown color: approx Quartz. HEX triplet: DE, DC and ED. RGB value is (222,220,237). Sum of RGB (Red+Green+Blue) = 222+220+237=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCED is #212312. Grayscale: #DEDEDE. Windows color (decimal): -2171667 or 15588574. OLE color: 15588574.

HSL color Cylindrical-coordinate representation of color #DEDCED: hue angle of 247.06º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDCED is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222220237-
CMYK0.060.0700.07
HSL247.06º32.08%89.61%-
HSV(B)247.06º7.17%92.94%-
XYZ7172.8390.44-
YUV222.54136.16127.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.70%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=32.70%
G=32.40%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222202370.060.0700.07247.0632.0889.61
HexDEDCED6707f7205a
Octal336334355670736740132
Binary1101111011011100111011011101110111111101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCED; }

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

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

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

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

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

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

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

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