#DEDDE8

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

Shades of Quartz #DEDDE8

Tints of Quartz #DEDDE8

Color information

#DEDDE8 (or 0xDEDDE8) is unknown color: approx Quartz. HEX triplet: DE, DD and E8. RGB value is (222,221,232). Sum of RGB (Red+Green+Blue) = 222+221+232=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDE8 is #212217. Grayscale: #DEDEDE. Windows color (decimal): -2171416 or 15261150. OLE color: 15261150.

HSL color Cylindrical-coordinate representation of color #DEDDE8: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDDE8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222221232-
CMYK0.040.0500.09
HSL245.45º19.3%88.82%-
HSV(B)245.45º4.74%90.98%-
XYZ70.5573.0786.73-
YUV222.55133.33127.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=32.89%
G=32.74%
B=34.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222212320.040.0500.09245.4519.388.82
HexDEDDE84509f51359
Octal3363353504501136523131
Binary1101111011011101111010001001010100111110101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDE8; }

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

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

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

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

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

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

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

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