#DDD6FD

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

Shades of Quartz #DDD6FD

Tints of Quartz #DDD6FD

Color information

#DDD6FD (or 0xDDD6FD) is unknown color: approx Quartz. HEX triplet: DD, D6 and FD. RGB value is (221,214,253). Sum of RGB (Red+Green+Blue) = 221+214+253=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FD is #222902. Grayscale: #DCDCDC. Windows color (decimal): -2238723 or 16635613. OLE color: 16635613.

HSL color Cylindrical-coordinate representation of color #DDD6FD: hue angle of 250.77º degrees, saturation: 0.91, 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 #DDD6FD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221214253-
CMYK0.130.1500.01
HSL250.77º90.7%91.57%-
HSV(B)250.77º15.42%99.22%-
XYZ71.5970.56102.77-
YUV220.54146.32128.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 214 (83.98% from 255) = 31.10%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=32.12%
G=31.10%
B=36.77%

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
Decimal2212142530.130.1500.01250.7790.791.57
HexDDD6FDDF01fb5b5c
Octal335326375151701373133134
Binary11011101110101101111110111011111011111101110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6FD; }

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

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

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

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

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

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

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

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