#DDDCE8

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

Shades of Quartz #DDDCE8

Tints of Quartz #DDDCE8

Color information

#DDDCE8 (or 0xDDDCE8) is unknown color: approx Quartz. HEX triplet: DD, DC and E8. RGB value is (221,220,232). Sum of RGB (Red+Green+Blue) = 221+220+232=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCE8 is #222317. Grayscale: #DDDDDD. Windows color (decimal): -2237208 or 15260893. OLE color: 15260893.

HSL color Cylindrical-coordinate representation of color #DDDCE8: hue angle of 245º degrees, saturation: 0.21, 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 #DDDCE8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221220232-
CMYK0.050.0500.09
HSL245º20.69%88.63%-
HSV(B)245º5.17%90.98%-
XYZ69.9872.3886.63-
YUV221.67133.83127.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=32.84%
G=32.69%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212202320.050.0500.0924520.6988.63
HexDDDCE85509f51559
Octal3353343505501136525131
Binary1101110111011100111010001011010100111110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCE8; }

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

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

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

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

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

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

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

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