#DEDEED

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

Shades of Quartz #DEDEED

Tints of Quartz #DEDEED

Color information

#DEDEED (or 0xDEDEED) is unknown color: approx Quartz. HEX triplet: DE, DE and ED. RGB value is (222,222,237). Sum of RGB (Red+Green+Blue) = 222+222+237=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEED is #212112. Grayscale: #DFDFDF. Windows color (decimal): -2171155 or 15589086. OLE color: 15589086.

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

Color convert

RGB222222237-
CMYK0.060.0600.07
HSL240º29.41%90%-
HSV(B)240º6.33%92.94%-
XYZ71.5373.8990.61-
YUV223.71135.5126.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=32.60%
G=32.60%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222222370.060.0600.0724029.4190
HexDEDEED6607f01d5a
Octal336336355660736035132
Binary110111101101111011101101110110011111110000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEED; }

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

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

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

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

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

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

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

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