#D6DCFA

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

Shades of Quartz #D6DCFA

Tints of Quartz #D6DCFA

Color information

#D6DCFA (or 0xD6DCFA) is unknown color: approx Quartz. HEX triplet: D6, DC and FA. RGB value is (214,220,250). Sum of RGB (Red+Green+Blue) = 214+220+250=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCFA is #292305. Grayscale: #DDDDDD. Windows color (decimal): -2695942 or 16440534. OLE color: 16440534.

HSL color Cylindrical-coordinate representation of color #D6DCFA: hue angle of 230º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DCFA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214220250-
CMYK0.140.1200.02
HSL230º78.26%90.98%-
HSV(B)230º14.4%98.04%-
XYZ70.5872.38100.69-
YUV221.63144.01122.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=31.29%
G=32.16%
B=36.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142202500.140.1200.0223078.2690.98
HexD6DCFAEC02e64e5b
Octal326334372161402346116133
Binary110101101101110011111010111011000101110011010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCFA; }

 p { color: rgb(214,220,250); }

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

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

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

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

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

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

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