#D6D6FD

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

Shades of Quartz #D6D6FD

Tints of Quartz #D6D6FD

Color information

#D6D6FD (or 0xD6D6FD) is unknown color: approx Quartz. HEX triplet: D6, D6 and FD. RGB value is (214,214,253). Sum of RGB (Red+Green+Blue) = 214+214+253=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D6FD is #292902. Grayscale: #DADADA. Windows color (decimal): -2697475 or 16635606. OLE color: 16635606.

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

Color convert

RGB214214253-
CMYK0.150.1500.01
HSL240º90.7%91.57%-
HSV(B)240º15.42%99.22%-
XYZ69.5169.48102.68-
YUV218.45147.5124.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.42%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=31.42%
G=31.42%
B=37.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142142530.150.1500.0124090.791.57
HexD6D6FDFF01f05b5c
Octal326326375171701360133134
Binary11010110110101101111110111111111011111000010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6FD; }

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

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

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

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

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

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

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

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