#DDD8EC

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

Shades of Quartz #DDD8EC

Tints of Quartz #DDD8EC

Color information

#DDD8EC (or 0xDDD8EC) is unknown color: approx Quartz. HEX triplet: DD, D8 and EC. RGB value is (221,216,236). Sum of RGB (Red+Green+Blue) = 221+216+236=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8EC is #222713. Grayscale: #DBDBDB. Windows color (decimal): -2238228 or 15522013. OLE color: 15522013.

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

Color convert

RGB221216236-
CMYK0.060.0800.07
HSL255º34.48%88.63%-
HSV(B)255º8.47%92.55%-
XYZ69.5170.5489.31-
YUV219.77137.16128.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=32.84%
G=32.10%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212162360.060.0800.0725534.4888.63
HexDDD8EC6807ff2259
Octal3353303546100737742131
Binary11011101110110001110110011010000111111111111000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8EC; }

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

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

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

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

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

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

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

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