#DDDDE5

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

Shades of Quartz #DDDDE5

Tints of Quartz #DDDDE5

Color information

#DDDDE5 (or 0xDDDDE5) is unknown color: approx Quartz. HEX triplet: DD, DD and E5. RGB value is (221,221,229). Sum of RGB (Red+Green+Blue) = 221+221+229=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDE5 is #22221A. Grayscale: #DDDDDD. Windows color (decimal): -2236955 or 15064541. OLE color: 15064541.

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

Color convert

RGB221221229-
CMYK0.030.0300.10
HSL240º13.33%88.24%-
HSV(B)240º3.49%89.8%-
XYZ69.8272.7484.49-
YUV221.91132127.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=32.94%
G=32.94%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212212290.030.0300.1024013.3388.24
HexDDDDE5330Af0d58
Octal3353353453301236015130
Binary1101110111011101111001011111010101111000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDE5; }

 p { color: rgb(221,221,229); }

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

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

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

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

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

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

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