#DDD7EF

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

Shades of Quartz #DDD7EF

Tints of Quartz #DDD7EF

Color information

#DDD7EF (or 0xDDD7EF) is unknown color: approx Quartz. HEX triplet: DD, D7 and EF. RGB value is (221,215,239). Sum of RGB (Red+Green+Blue) = 221+215+239=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7EF is #222810. Grayscale: #DBDBDB. Windows color (decimal): -2238481 or 15718365. OLE color: 15718365.

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

Color convert

RGB221215239-
CMYK0.080.1000.06
HSL255º42.86%89.02%-
HSV(B)255º10.04%93.73%-
XYZ69.770.2191.54-
YUV219.53138.99129.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=32.74%
G=31.85%
B=35.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212152390.080.1000.0625542.8689.02
HexDDD7EF8A06ff2b59
Octal33532735710120637753131
Binary110111011101011111101111100010100110111111111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7EF; }

 p { color: rgb(221,215,239); }

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

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

 a { background-color: rgb(221,215,239); }

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

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

 span { border-color: rgb(221,215,239); }

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