#DDD9F1

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

Shades of Quartz #DDD9F1

Tints of Quartz #DDD9F1

Color information

#DDD9F1 (or 0xDDD9F1) is unknown color: approx Quartz. HEX triplet: DD, D9 and F1. RGB value is (221,217,241). Sum of RGB (Red+Green+Blue) = 221+217+241=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9F1 is #22260E. Grayscale: #DCDCDC. Windows color (decimal): -2237967 or 15849949. OLE color: 15849949.

HSL color Cylindrical-coordinate representation of color #DDD9F1: hue angle of 250º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD9F1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221217241-
CMYK0.080.1000.05
HSL250º46.15%89.8%-
HSV(B)250º9.96%94.51%-
XYZ70.5171.3593.27-
YUV220.93139.33128.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 217 (85.16% from 255) = 31.96%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=32.55%
G=31.96%
B=35.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212172410.080.1000.0525046.1589.8
HexDDD9F18A05fa2e5a
Octal33533136110120537256132
Binary110111011101100111110001100010100101111110101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9F1; }

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

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

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

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

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

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

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

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