#D6D9FD

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

Shades of Quartz #D6D9FD

Tints of Quartz #D6D9FD

Color information

#D6D9FD (or 0xD6D9FD) is unknown color: approx Quartz. HEX triplet: D6, D9 and FD. RGB value is (214,217,253). Sum of RGB (Red+Green+Blue) = 214+217+253=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D9FD is #292602. Grayscale: #DCDCDC. Windows color (decimal): -2696707 or 16636374. OLE color: 16636374.

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

Color convert

RGB214217253-
CMYK0.150.1400.01
HSL235.38º90.7%91.57%-
HSV(B)235.38º15.42%99.22%-
XYZ70.2771.01102.93-
YUV220.21146.51123.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=31.29%
G=31.73%
B=36.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142172530.150.1400.01235.3890.791.57
HexD6D9FDFE01eb5b5c
Octal326331375171601353133134
Binary11010110110110011111110111111110011110101110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9FD; }

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

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

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

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

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

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

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

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