#DDD7F1

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

Shades of Quartz #DDD7F1

Tints of Quartz #DDD7F1

Color information

#DDD7F1 (or 0xDDD7F1) is unknown color: approx Quartz. HEX triplet: DD, D7 and F1. RGB value is (221,215,241). Sum of RGB (Red+Green+Blue) = 221+215+241=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F1 is #22280E. Grayscale: #DBDBDB. Windows color (decimal): -2238479 or 15849437. OLE color: 15849437.

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

Color convert

RGB221215241-
CMYK0.080.1100.05
HSL253.85º48.15%89.41%-
HSV(B)253.85º10.79%94.51%-
XYZ7070.3293.1-
YUV219.76139.99128.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 215 (84.38% from 255) = 31.76%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=32.64%
G=31.76%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212152410.080.1100.05253.8548.1589.41
HexDDD7F18B05fe3059
Octal33532736110130537660131
Binary110111011101011111110001100010110101111111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7F1; }

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

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

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

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

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

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

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

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