#D6DDFF

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

Shades of Quartz #D6DDFF

Tints of Quartz #D6DDFF

Color information

#D6DDFF (or 0xD6DDFF) is unknown color: approx Quartz. HEX triplet: D6, DD and FF. RGB value is (214,221,255). Sum of RGB (Red+Green+Blue) = 214+221+255=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 221 (86.72% from 255 or 32.03% 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 #D6DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDFF is #292200. Grayscale: #DEDEDE. Windows color (decimal): -2695681 or 16768470. OLE color: 16768470.

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

Color convert

RGB214221255-
CMYK0.160.1300
HSL229.76º100%91.96%-
HSV(B)229.76º16.08%100%-
XYZ71.6473.23104.97-
YUV222.78146.18121.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142212550.160.1300229.7610091.96
HexD6DDFF10D00e6645c
Octal326335377201500346144134
Binary110101101101110111111111100001101001110011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDFF; }

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

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

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

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

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

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

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

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