#DDD4F7

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

Shades of Quartz #DDD4F7

Tints of Quartz #DDD4F7

Color information

#DDD4F7 (or 0xDDD4F7) is unknown color: approx Quartz. HEX triplet: DD, D4 and F7. RGB value is (221,212,247). Sum of RGB (Red+Green+Blue) = 221+212+247=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDD4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4F7 is #222B08. Grayscale: #DADADA. Windows color (decimal): -2239241 or 16241885. OLE color: 16241885.

HSL color Cylindrical-coordinate representation of color #DDD4F7: hue angle of 255.43º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD4F7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221212247-
CMYK0.110.1400.03
HSL255.43º68.63%90%-
HSV(B)255.43º14.17%96.86%-
XYZ70.1569.1797.65-
YUV218.68143.98129.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 212 (83.20% from 255) = 31.18%
BLUE value IS 247 (96.88% from 255) = 36.32%
R=32.5%
G=31.18%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212122470.110.1400.03255.4368.6390
HexDDD4F7BE03ff455a
Octal335324367131603377105132
Binary110111011101010011110111101111100111111111110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4F7; }

 p { color: rgb(221,212,247); }

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

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

 a { background-color: rgb(221,212,247); }

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

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

 span { border-color: rgb(221,212,247); }

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