#DDD1FF

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

Shades of Quartz #DDD1FF

Tints of Quartz #DDD1FF

Color information

#DDD1FF (or 0xDDD1FF) is unknown color: approx Quartz. HEX triplet: DD, D1 and FF. RGB value is (221,209,255). Sum of RGB (Red+Green+Blue) = 221+209+255=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1FF is #222E00. Grayscale: #D9D9D9. Windows color (decimal): -2240001 or 16765405. OLE color: 16765405.

HSL color Cylindrical-coordinate representation of color #DDD1FF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD1FF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221209255-
CMYK0.130.1800
HSL255.65º100%90.98%-
HSV(B)255.65º18.04%100%-
XYZ70.6768.19104.05-
YUV217.83148.98130.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 209 (82.03% from 255) = 30.51%
BLUE value IS 255 (100% from 255) = 37.23%
R=32.26%
G=30.51%
B=37.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212092550.130.1800255.6510090.98
HexDDD1FFD1200100645b
Octal335321377152200400144133
Binary1101110111010001111111111101100100010000000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1FF; }

 p { color: rgb(221,209,255); }

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

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

 a { background-color: rgb(221,209,255); }

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

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

 span { border-color: rgb(221,209,255); }

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