#DDDCE5

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

Shades of Quartz #DDDCE5

Tints of Quartz #DDDCE5

Color information

#DDDCE5 (or 0xDDDCE5) is unknown color: approx Quartz. HEX triplet: DD, DC and E5. RGB value is (221,220,229). Sum of RGB (Red+Green+Blue) = 221+220+229=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE5 is #22231A. Grayscale: #DDDDDD. Windows color (decimal): -2237211 or 15064285. OLE color: 15064285.

HSL color Cylindrical-coordinate representation of color #DDDCE5: 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 #DDDCE5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221220229-
CMYK0.030.0400.10
HSL246.67º14.75%88.04%-
HSV(B)246.67º3.93%89.8%-
XYZ69.5572.2284.4-
YUV221.32132.33127.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 229 (89.84% 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
Decimal2212202290.030.0400.10246.6714.7588.04
HexDDDCE5340Af7f58
Octal3353343453401236717130
Binary11011101110111001110010111100010101111011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCE5; }

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

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

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

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

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

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

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

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