#DDD9FD

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

Shades of Quartz #DDD9FD

Tints of Quartz #DDD9FD

Color information

#DDD9FD (or 0xDDD9FD) is unknown color: approx Quartz. HEX triplet: DD, D9 and FD. RGB value is (221,217,253). Sum of RGB (Red+Green+Blue) = 221+217+253=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9FD is #222602. Grayscale: #DEDEDE. Windows color (decimal): -2237955 or 16636381. OLE color: 16636381.

HSL color Cylindrical-coordinate representation of color #DDD9FD: hue angle of 246.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD9FD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221217253-
CMYK0.130.1400.01
HSL246.67º90%92.16%-
HSV(B)246.67º14.23%99.22%-
XYZ72.3672.09103.03-
YUV222.3145.33127.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=31.98%
G=31.40%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212172530.130.1400.01246.679092.16
HexDDD9FDDE01f75a5c
Octal335331375151601367132134
Binary11011101110110011111110111011110011111011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9FD; }

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

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

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

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

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

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

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

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