#D6DBFF

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

Shades of Quartz #D6DBFF

Tints of Quartz #D6DBFF

Color information

#D6DBFF (or 0xD6DBFF) is unknown color: approx Quartz. HEX triplet: D6, DB and FF. RGB value is (214,219,255). Sum of RGB (Red+Green+Blue) = 214+219+255=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFF is #292400. Grayscale: #DDDDDD. Windows color (decimal): -2696193 or 16767958. OLE color: 16767958.

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

Color convert

RGB214219255-
CMYK0.160.1400
HSL232.68º100%91.96%-
HSV(B)232.68º16.08%100%-
XYZ71.1172.18104.79-
YUV221.61146.84122.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.10%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 255 (100% from 255) = 37.06%
R=31.10%
G=31.83%
B=37.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142192550.160.1400232.6810091.96
HexD6DBFF10E00e9645c
Octal326333377201600351144134
Binary110101101101101111111111100001110001110100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBFF; }

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

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

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

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

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

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

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

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