#DEDDE6

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

Shades of Quartz #DEDDE6

Tints of Quartz #DEDDE6

Color information

#DEDDE6 (or 0xDEDDE6) is unknown color: approx Quartz. HEX triplet: DE, DD and E6. RGB value is (222,221,230). Sum of RGB (Red+Green+Blue) = 222+221+230=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDE6 is #212219. Grayscale: #DEDEDE. Windows color (decimal): -2171418 or 15130078. OLE color: 15130078.

HSL color Cylindrical-coordinate representation of color #DEDDE6: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDDE6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222221230-
CMYK0.030.0400.10
HSL246.67º15.25%88.43%-
HSV(B)246.67º3.91%90.2%-
XYZ70.2672.9685.24-
YUV222.32132.33127.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 230 (90.23% from 255) = 34.18%
R=32.99%
G=32.84%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222212300.030.0400.10246.6715.2588.43
HexDEDDE6340Af7f58
Octal3363353463401236717130
Binary11011110110111011110011011100010101111011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDE6; }

 p { color: rgb(222,221,230); }

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

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

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

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

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

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

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