#DEDAED

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

Shades of Quartz #DEDAED

Tints of Quartz #DEDAED

Color information

#DEDAED (or 0xDEDAED) is unknown color: approx Quartz. HEX triplet: DE, DA and ED. RGB value is (222,218,237). Sum of RGB (Red+Green+Blue) = 222+218+237=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAED is #212512. Grayscale: #DDDDDD. Windows color (decimal): -2172179 or 15588062. OLE color: 15588062.

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

Color convert

RGB222218237-
CMYK0.060.0800.07
HSL252.63º34.55%89.22%-
HSV(B)252.63º8.02%92.94%-
XYZ70.4871.7990.26-
YUV221.36136.83128.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.79%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=32.79%
G=32.20%
B=35.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222182370.060.0800.07252.6334.5589.22
HexDEDAED6807fd2359
Octal3363323556100737543131
Binary11011110110110101110110111010000111111111011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAED; }

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

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

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

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

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

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

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

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