#DDDCE7

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

Shades of Quartz #DDDCE7

Tints of Quartz #DDDCE7

Color information

#DDDCE7 (or 0xDDDCE7) is unknown color: approx Quartz. HEX triplet: DD, DC and E7. RGB value is (221,220,231). Sum of RGB (Red+Green+Blue) = 221+220+231=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCE7 is #222318. Grayscale: #DDDDDD. Windows color (decimal): -2237209 or 15195357. OLE color: 15195357.

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

Color convert

RGB221220231-
CMYK0.040.0500.09
HSL245.45º18.64%88.43%-
HSV(B)245.45º4.76%90.59%-
XYZ69.8472.3385.88-
YUV221.55133.33127.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=32.89%
G=32.74%
B=34.38%

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
Decimal2212202310.040.0500.09245.4518.6488.43
HexDDDCE74509f51358
Octal3353343474501136523130
Binary1101110111011100111001111001010100111110101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCE7; }

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

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

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

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

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

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

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

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