#DDD9FA

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

Shades of Quartz #DDD9FA

Tints of Quartz #DDD9FA

Color information

#DDD9FA (or 0xDDD9FA) is unknown color: approx Quartz. HEX triplet: DD, D9 and FA. RGB value is (221,217,250). Sum of RGB (Red+Green+Blue) = 221+217+250=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9FA is #222605. Grayscale: #DDDDDD. Windows color (decimal): -2237958 or 16439773. OLE color: 16439773.

HSL color Cylindrical-coordinate representation of color #DDD9FA: hue angle of 247.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD9FA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221217250-
CMYK0.120.1300.02
HSL247.27º76.74%91.57%-
HSV(B)247.27º13.2%98.04%-
XYZ71.8971.9100.53-
YUV221.96143.83127.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=32.12%
G=31.54%
B=36.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212172500.120.1300.02247.2776.7491.57
HexDDD9FACD02f74d5c
Octal335331372141502367115134
Binary110111011101100111111010110011010101111011110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9FA; }

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

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

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

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

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

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

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

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