#DDD7F3

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

Shades of Quartz #DDD7F3

Tints of Quartz #DDD7F3

Color information

#DDD7F3 (or 0xDDD7F3) is unknown color: approx Quartz. HEX triplet: DD, D7 and F3. RGB value is (221,215,243). Sum of RGB (Red+Green+Blue) = 221+215+243=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F3 is #22280C. Grayscale: #DBDBDB. Windows color (decimal): -2238477 or 15980509. OLE color: 15980509.

HSL color Cylindrical-coordinate representation of color #DDD7F3: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD7F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221215243-
CMYK0.090.1200.05
HSL252.86º53.85%89.8%-
HSV(B)252.86º11.52%95.29%-
XYZ70.370.4494.69-
YUV219.99140.99128.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 215 (84.38% from 255) = 31.66%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=32.55%
G=31.66%
B=35.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212152430.090.1200.05252.8653.8589.8
HexDDD7F39C05fd365a
Octal33532736311140537566132
Binary110111011101011111110011100111000101111111011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7F3; }

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

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

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

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

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

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

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

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