#DDD7FD

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

Shades of Quartz #DDD7FD

Tints of Quartz #DDD7FD

Color information

#DDD7FD (or 0xDDD7FD) is unknown color: approx Quartz. HEX triplet: DD, D7 and FD. RGB value is (221,215,253). Sum of RGB (Red+Green+Blue) = 221+215+253=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FD is #222802. Grayscale: #DCDCDC. Windows color (decimal): -2238467 or 16635869. OLE color: 16635869.

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

Color convert

RGB221215253-
CMYK0.130.1500.01
HSL249.47º90.48%91.76%-
HSV(B)249.47º15.02%99.22%-
XYZ71.8571.06102.86-
YUV221.13145.99127.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 215 (84.38% from 255) = 31.20%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=32.08%
G=31.20%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212152530.130.1500.01249.4790.4891.76
HexDDD7FDDF01f95a5c
Octal335327375151701371132134
Binary11011101110101111111110111011111011111100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7FD; }

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

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

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

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

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

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

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

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