#DDDCEC

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

Shades of Quartz #DDDCEC

Tints of Quartz #DDDCEC

Color information

#DDDCEC (or 0xDDDCEC) is unknown color: approx Quartz. HEX triplet: DD, DC and EC. RGB value is (221,220,236). Sum of RGB (Red+Green+Blue) = 221+220+236=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCEC is #222313. Grayscale: #DEDEDE. Windows color (decimal): -2237204 or 15523037. OLE color: 15523037.

HSL color Cylindrical-coordinate representation of color #DDDCEC: hue angle of 243.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDCEC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221220236-
CMYK0.060.0700.07
HSL243.75º29.63%89.41%-
HSV(B)243.75º6.78%92.55%-
XYZ70.5572.6189.65-
YUV222.12135.83127.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=32.64%
G=32.50%
B=34.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212202360.060.0700.07243.7529.6389.41
HexDDDCEC6707f41e59
Octal335334354670736436131
Binary110111011101110011101100110111011111110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCEC; }

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

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

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

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

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

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

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

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