#DDD7F2

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

Shades of Quartz #DDD7F2

Tints of Quartz #DDD7F2

Color information

#DDD7F2 (or 0xDDD7F2) is unknown color: approx Quartz. HEX triplet: DD, D7 and F2. RGB value is (221,215,242). Sum of RGB (Red+Green+Blue) = 221+215+242=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDD7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F2 is #22280D. Grayscale: #DBDBDB. Windows color (decimal): -2238478 or 15914973. OLE color: 15914973.

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

Color convert

RGB221215242-
CMYK0.090.1100.05
HSL253.33º50.94%89.61%-
HSV(B)253.33º11.16%94.9%-
XYZ70.1570.3893.89-
YUV219.87140.49128.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 215 (84.38% from 255) = 31.71%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=32.60%
G=31.71%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212152420.090.1100.05253.3350.9489.61
HexDDD7F29B05fd335a
Octal33532736211130537563132
Binary110111011101011111110010100110110101111111011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7F2; }

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

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

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

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

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

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

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

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