#DDD9EF

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

Shades of Quartz #DDD9EF

Tints of Quartz #DDD9EF

Color information

#DDD9EF (or 0xDDD9EF) is unknown color: approx Quartz. HEX triplet: DD, D9 and EF. RGB value is (221,217,239). Sum of RGB (Red+Green+Blue) = 221+217+239=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EF is #222610. Grayscale: #DCDCDC. Windows color (decimal): -2237969 or 15718877. OLE color: 15718877.

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

Color convert

RGB221217239-
CMYK0.080.0900.06
HSL250.91º40.74%89.41%-
HSV(B)250.91º9.21%93.73%-
XYZ70.2171.2391.71-
YUV220.7138.33128.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=32.64%
G=32.05%
B=35.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212172390.080.0900.06250.9140.7489.41
HexDDD9EF8906fb2959
Octal33533135710110637351131
Binary110111011101100111101111100010010110111110111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9EF; }

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

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

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

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

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

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

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

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