#DDD6FF

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

Shades of Quartz #DDD6FF

Tints of Quartz #DDD6FF

Color information

#DDD6FF (or 0xDDD6FF) is unknown color: approx Quartz. HEX triplet: DD, D6 and FF. RGB value is (221,214,255). Sum of RGB (Red+Green+Blue) = 221+214+255=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FF is #222900. Grayscale: #DCDCDC. Windows color (decimal): -2238721 or 16766685. OLE color: 16766685.

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

Color convert

RGB221214255-
CMYK0.130.1600
HSL250.24º100%91.96%-
HSV(B)250.24º16.08%100%-
XYZ71.9270.69104.46-
YUV220.77147.32128.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 255 (100% from 255) = 36.96%
R=32.03%
G=31.01%
B=36.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212142550.130.1600250.2410091.96
HexDDD6FFD1000fa645c
Octal335326377152000372144134
Binary110111011101011011111111110110000001111101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6FF; }

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

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

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

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

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

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

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

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